mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 05:32:08 +00:00
MAILGUN_API_KEY in values.yaml files
This commit is contained in:
@@ -120,6 +120,11 @@ Env:
|
||||
secretKeyRef:
|
||||
name: static-content
|
||||
key: bucket_name
|
||||
- name: MAILGUN_API_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: mailgun
|
||||
key: key
|
||||
# Static content cache timeout
|
||||
- name: STATIC_CACHE_TIMEOUT
|
||||
value: "60"
|
||||
|
||||
@@ -120,6 +120,11 @@ Env:
|
||||
secretKeyRef:
|
||||
name: static-content
|
||||
key: bucket_name
|
||||
- name: MAILGUN_API_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: mailgun
|
||||
key: key
|
||||
# Static content cache timeout
|
||||
- name: STATIC_CACHE_TIMEOUT
|
||||
value: "60"
|
||||
|
||||
@@ -120,6 +120,11 @@ Env:
|
||||
secretKeyRef:
|
||||
name: static-content
|
||||
key: bucket_name
|
||||
- name: MAILGUN_API_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: mailgun
|
||||
key: key
|
||||
# Static content cache timeout
|
||||
- name: STATIC_CACHE_TIMEOUT
|
||||
value: "60"
|
||||
|
||||
Reference in New Issue
Block a user