Skip to content

Commit

Permalink
Rails production env needs secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Pierson Wadden committed Sep 26, 2017
1 parent 9d5c191 commit c171da4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kubernetes_config/solidus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ spec:
env:
- name: RAILS_ENV
value: production
- name: SECRET_KEY_BASE
valueFrom:
secretKeyRef:
name: production
key: secretkeybase
- name: DB_HOST
value: postgres
- name: DB_PASSWORD
Expand Down

0 comments on commit c171da4

Please sign in to comment.