Skip to content

Commit

Permalink
Moved encryption key to single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
FurlanLuka committed Nov 17, 2022
1 parent 2e6a81d commit 555bf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/user-api/chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
export REDIS_URL="{{ .Data.data.url }}"
{{- end }}
{{- with secret "kv/data/user-api" }}
export ENCRYPTION_KEY="{{ .Data.data.encryption_key }}"
export ENCRYPTION_KEY='{{ .Data.data.encryption_key }}'
export DEFAULT_ROLE_ID="{{ .Data.data.default_role_id }}"
{{- end }}
`}}
Expand Down

0 comments on commit 555bf76

Please sign in to comment.