Skip to content

Commit

Permalink
Update templates/_helpers.tpl
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Jaruszewski <[email protected]>
Signed-off-by: Joan Miquel Luque Oliver <[email protected]>
  • Loading branch information
xoanmi and Kajot-dev committed Sep 15, 2023
1 parent 25a1185 commit 1a4fc1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,9 @@ POSTGRESQL_PASSWORD: {{ index $secret "data" "POSTGRESQL_PASSWORD" }}
REGISTRY_CREDENTIAL_PASSWORD: {{ index $secret "data" "REGISTRY_CREDENTIAL_PASSWORD" }}
{{- end }}
secret: {{ index $secret "data" "secret" }}
{{- if not .Values.existingSecretSecretKey }}
secretKey: {{ index $secret "data" "secretKey" }}
{{- end }}
{{- if not .Values.core.secretName }}
tls.key: {{ index $secret "data" "tls.key" }}
tls.crt: {{ index $secret "data" "tls.crt" }}
Expand Down

0 comments on commit 1a4fc1a

Please sign in to comment.