We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b7811 commit 07c9bc5Copy full SHA for 07c9bc5
charts/workflow/values.yaml
@@ -89,6 +89,10 @@ s3:
89
builder_bucket: "your-builder-bucket-name"
90
91
azure:
92
+ # Starting with hephy v2.22.1 only AZURE_STORAGE_CONNECTION_STRING is
93
+ # necesssary for the postgres wal-e db blob backups and accountname and
94
+ # accountkey will not be used.
95
+ azure-storage-conn-string: "YOUR_AZURE_STORAGE_CONNECTION_STRING"
96
accountname: "YOUR ACCOUNT NAME"
97
accountkey: "YOUR ACCOUNT KEY"
98
registry_container: "your-registry-container-name"
0 commit comments