Skip to content

Commit

Permalink
Merge pull request #5497 from filiprafaj/patch-1
Browse files Browse the repository at this point in the history
helmchart secret store-encryption-key lenght 32
  • Loading branch information
Cliftonz authored May 5, 2024
2 parents c82ce5f + 257fab6 commit 8616e05
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 8616e05

Please sign in to comment.