Skip to content

Commit

Permalink
Bug Fix: incorrect secret name used for azure storageKey and storageS…
Browse files Browse the repository at this point in the history
…asToken

Signed-off-by: Itay Grudev <[email protected]>
  • Loading branch information
itay-grudev committed May 24, 2024
1 parent e308b37 commit 3ec92f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/cluster/templates/_barman_object_store.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
key: AZURE_STORAGE_ACCOUNT
{{- if .scope.azure.storageKey }}
storageKey:
name: {{ .chartFullname }}-{{ .secretPrefix }}-azure-creds
name: {{ $secretName }}
key: AZURE_STORAGE_KEY
{{- else }}
storageSasToken:
name: {{ .chartFullname }}-{{ .secretPrefix }}-azure-creds
name: {{ $secretName }}
key: AZURE_STORAGE_SAS_TOKEN
{{- end }}
{{- end }}
Expand Down

0 comments on commit 3ec92f9

Please sign in to comment.