Skip to content

Commit

Permalink
Merge branch 'next' of https://github.com/novuhq/novu into next
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed May 5, 2024
2 parents 5725fa7 + 8616e05 commit 9ee9da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/kubernetes/helm/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ metadata:
type: Opaque
data:
jwt-secret: {{ include "common.secrets.passwords.manage" (dict "secret" (include "common.names.fullname" .) "key" "jwt-secret" "providedValues" (list "jwt.secret") "context" $) }}
store-encryption-key: {{ include "common.secrets.passwords.manage" (dict "secret" (include "common.names.fullname" .) "key" "store-encryption-key" "providedValues" (list "store.encryption-key") "context" $) }}
store-encryption-key: {{ include "common.secrets.passwords.manage" (dict "secret" (include "common.names.fullname" .) "key" "store-encryption-key" "providedValues" (list "store.encryption-key") "length" 32 "context" $) }}
{{- end }}

0 comments on commit 9ee9da5

Please sign in to comment.