Skip to content

Commit

Permalink
Bug Fix: Incorrect Azure failure message
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Grudev <[email protected]>
  • Loading branch information
itay-grudev committed Sep 28, 2023
1 parent 8a9d32d commit 55deafd
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 @@ -24,7 +24,7 @@
key: ACCESS_SECRET_KEY
{{- else if eq .scope.provider "azure" }}
{{- if empty .scope.destinationPath }}
destinationPath: "https://{{ required "You need to specify Azure storageAccount if endpointURL is not specified." .scope.azure.storageAccount }}.{{ .scope.azure.serviceName }}.core.windows.net/{{ .scope.azure.containerName }}{{ .scope.azure.path }}"
destinationPath: "https://{{ required "You need to specify Azure storageAccount if destinationPath is not specified." .scope.azure.storageAccount }}.{{ .scope.azure.serviceName }}.core.windows.net/{{ .scope.azure.containerName }}{{ .scope.azure.path }}"
{{- end }}
azureCredentials:
connectionString:
Expand All @@ -49,4 +49,4 @@
name: {{ .chartFullname }}-backup-google{{ .secretSuffix }}-creds
key: APPLICATION_CREDENTIALS
{{- end -}}
{{- end -}}
{{- end -}}

0 comments on commit 55deafd

Please sign in to comment.