Skip to content
Snippets Groups Projects
Commit 4b14bf7c authored by Miguel Santos's avatar Miguel Santos
Browse files

ST-1065: Fix template

parent cb97d1d5
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ spec:
{{`{{- end }}`}}
vault.hashicorp.com/role: "{{ .Values.tangodb.vault.role }}"
{{ end }}
{{ if ((.Values.tangodb.vault).useVault) }}
{{ if or (.Values.global.annotations) (.Values.annotations) }}
{{ toYaml (coalesce .Values.global.annotations .Values.annotations) | indent 8 }}
{{ end }}
spec:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment