MAILGUN_API_KEY in values.yaml files

This commit is contained in:
sdarwin
2023-07-12 12:24:40 -06:00
committed by Frank Wiles
parent 7e48dd6c80
commit 1380f45909
3 changed files with 15 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"