From 1380f459098f39f08374c06b5384aaaed87f1e04 Mon Sep 17 00:00:00 2001 From: sdarwin Date: Wed, 12 Jul 2023 12:24:40 -0600 Subject: [PATCH] MAILGUN_API_KEY in values.yaml files --- kube/boost/values-cppal-dev-gke.yaml | 5 +++++ kube/boost/values-production-gke.yaml | 5 +++++ kube/boost/values-stage-gke.yaml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/kube/boost/values-cppal-dev-gke.yaml b/kube/boost/values-cppal-dev-gke.yaml index 8250ed28..984ca88d 100644 --- a/kube/boost/values-cppal-dev-gke.yaml +++ b/kube/boost/values-cppal-dev-gke.yaml @@ -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" diff --git a/kube/boost/values-production-gke.yaml b/kube/boost/values-production-gke.yaml index 73aae669..a1421b95 100644 --- a/kube/boost/values-production-gke.yaml +++ b/kube/boost/values-production-gke.yaml @@ -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" diff --git a/kube/boost/values-stage-gke.yaml b/kube/boost/values-stage-gke.yaml index e77260e2..20710eb4 100644 --- a/kube/boost/values-stage-gke.yaml +++ b/kube/boost/values-stage-gke.yaml @@ -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"