Skip to content

Commit

Permalink
adding secret (#3199)
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA authored Dec 12, 2024
1 parent 6ad11d2 commit a9f415a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion helmfile/charts/notify-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helmfile/charts/notify-document-download/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a9f415a

Please sign in to comment.