Skip to content

Commit

Permalink
Set env vars for web container
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 31, 2024
1 parent 702ddc6 commit 3de0790
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions osm-seed/templates/web/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ spec:
# you done need to set this values.yaml in case you don't use
- name: BACKUP_FILE_URL
value: {{ .Values.web.env.BACKUP_FILE_URL | default "none" | quote }}
- name: CREDENTIALS_YML_ENC
value: {{ .Values.web.env.CREDENTIALS_YML_ENC | quote }}
- name: RAILS_MASTER_KEY
value: {{ .Values.web.env.RAILS_MASTER_KEY | quote }}
volumeMounts:
- mountPath: /dev/shm
name: shared-memory
Expand Down

0 comments on commit 3de0790

Please sign in to comment.