Skip to content

Commit

Permalink
Add env var for RAILS_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jan 14, 2025
1 parent fcab08a commit 12fe301
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osm-seed/templates/web/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ spec:
value: {{ .Values.web.env.RAILS_CREDENTIALS_YML_ENC | quote }}
- name: RAILS_MASTER_KEY
value: {{ .Values.web.env.RAILS_MASTER_KEY | quote }}
- name: RAILS_ENV
value: {{ .Values.web.env.RAILS_ENV | quote }}
volumeMounts:
- mountPath: /dev/shm
name: shared-memory
Expand Down

0 comments on commit 12fe301

Please sign in to comment.