diff --git a/helmfile/charts/notify-api/values.yaml b/helmfile/charts/notify-api/values.yaml index fc687ddc4..d58c1052c 100644 --- a/helmfile/charts/notify-api/values.yaml +++ b/helmfile/charts/notify-api/values.yaml @@ -62,7 +62,6 @@ apiSecrets: REDIS_PUBLISH_URL: MANIFEST_REDIS_PUBLISH_URL CYPRESS_USER_PW_SECRET: MANIFEST_CYPRESS_USER_PW_SECRET CYPRESS_AUTH_CLIENT_SECRET: MANIFEST_CYPRESS_AUTH_CLIENT_SECRET - AUTH_TOKENS: MANIFEST_DOCUMENT_DOWNLOAD_API_KEY image: repository: public.ecr.aws/cds-snc/notify-api diff --git a/helmfile/charts/notify-document-download/values.yaml b/helmfile/charts/notify-document-download/values.yaml index f7390070d..cc76acf4b 100644 --- a/helmfile/charts/notify-document-download/values.yaml +++ b/helmfile/charts/notify-document-download/values.yaml @@ -15,12 +15,12 @@ documentDownload: NEW_RELIC_DISTRIBUTED_TRACING_ENABLED: "false" NEW_RELIC_MONITOR_MODE: "false" NOTIFY_ENVIRONMENT: "default" - + documentDownloadSecrets: SECRET_KEY: MANIFEST_SECRET_KEY NEW_RELIC_LICENSE_KEY: MANIFEST_NEW_RELIC_LICENSE_KEY DEBUG_KEY: MANIFEST_DEBUG_KEY - + AUTH_TOKENS: MANIFEST_DOCUMENT_DOWNLOAD_API_KEY replicaCount: 1