Skip to content

Commit

Permalink
MAILGUN_API_KEY in values.yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin authored and frankwiles committed Jul 12, 2023
1 parent 7e48dd6 commit 1380f45
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kube/boost/values-cppal-dev-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions kube/boost/values-production-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions kube/boost/values-stage-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1380f45

Please sign in to comment.