Skip to content

Commit

Permalink
add missing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Nov 20, 2024
1 parent 2429378 commit ce2aff4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/app/templates/updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ data:
NODE_ENV: {{ .Values.nodeEnv }}
MONGODB_URI: {{ .Values.mongoUri }}
REDIS_URI: {{ .Values.redisUri }}
GOOGLE_CLIENT_ID: "_"
GOOGLE_CLIENT_SECRET: "_"
SESSION_SECRET: "_"


---

Expand Down

0 comments on commit ce2aff4

Please sign in to comment.