Skip to content

Commit

Permalink
Update var names for rails - web container
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 31, 2024
1 parent 3de0790 commit bc77258
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osm-seed/templates/web/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ 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_CREDENTIALS_YML_ENC
value: {{ .Values.web.env.RAILS_CREDENTIALS_YML_ENC | quote }}
- name: RAILS_MASTER_KEY
value: {{ .Values.web.env.RAILS_MASTER_KEY | quote }}
volumeMounts:
Expand Down
2 changes: 2 additions & 0 deletions osm-seed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ web:
WEBSITE_STATUS: "online"
API_TIMEOUT: 30
WEB_TIMEOUT: 30
RAILS_MASTER_KEY: none
RAILS_CREDENTIALS_YML_ENC: none
resources:
enabled: false
requests:
Expand Down

0 comments on commit bc77258

Please sign in to comment.