Skip to content

Commit

Permalink
Merge branch 'main' into feature/bootstrap-pg_basebackup
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-grudev authored Apr 10, 2024
2 parents fa5be43 + 5f75eb4 commit d365e81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion charts/cluster/templates/_barman_object_store.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d365e81

Please sign in to comment.