diff --git a/charts/cluster/README.md b/charts/cluster/README.md index 745779e66..014a68cfc 100644 --- a/charts/cluster/README.md +++ b/charts/cluster/README.md @@ -51,7 +51,7 @@ helm upgrade --install cnpg \ cnpg/cluster ``` -A more detailed guide can be found here: [Getting Started](docs/Getting Started.md) +A more detailed guide can be found in the [Getting Started docs](<./docs/Getting Started.md>). Cluster Configuration --------------------- diff --git a/charts/cluster/README.md.gotmpl b/charts/cluster/README.md.gotmpl index 956e1431e..e1a4d2f05 100644 --- a/charts/cluster/README.md.gotmpl +++ b/charts/cluster/README.md.gotmpl @@ -58,7 +58,7 @@ helm upgrade --install cnpg \ cnpg/cluster ``` -A more detailed guide can be found here: [Getting Started](docs/Getting Started.md) +A more detailed guide can be found in the [Getting Started docs](<./docs/Getting Started.md>). Cluster Configuration diff --git a/charts/cluster/templates/_barman_object_store.tpl b/charts/cluster/templates/_barman_object_store.tpl index f002800e5..4269ad951 100644 --- a/charts/cluster/templates/_barman_object_store.tpl +++ b/charts/cluster/templates/_barman_object_store.tpl @@ -33,7 +33,9 @@ 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: - {{- if .scope.azure.connectionString }} + {{- if .scope.azure.inheritFromAzureAD }} + inheritFromAzureAD: true + {{- else if .scope.azure.connectionString }} connectionString: name: {{ .chartFullname }}-backup-azure{{ .secretSuffix }}-creds key: AZURE_CONNECTION_STRING