Skip to content

Commit 07c9bc5

Browse files
committed
chore(charts): add AZURE_STORAGE_CONNECTION_STRING to values.yaml
Signed-off-by: Cryptophobia <[email protected]>
1 parent 89b7811 commit 07c9bc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/workflow/values.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ s3:
8989
builder_bucket: "your-builder-bucket-name"
9090

9191
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"
9296
accountname: "YOUR ACCOUNT NAME"
9397
accountkey: "YOUR ACCOUNT KEY"
9498
registry_container: "your-registry-container-name"

0 commit comments

Comments
 (0)