We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a89b4 commit 717b119Copy full SHA for 717b119
1 file changed
charts/workflow/values.yaml
@@ -89,12 +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
- storage_conn_string: "YOUR_AZURE_STORAGE_CONNECTION_STRING"
+ # We only support using accountname and accountkey currently for storage
96
accountname: "YOUR ACCOUNT NAME"
97
accountkey: "YOUR ACCOUNT KEY"
+ storage_conn_string: "YOUR_AZURE_STORAGE_CONNECTION_STRING"
98
registry_container: "your-registry-container-name"
99
database_container: "your-database-container-name"
100
builder_container: "your-builder-container-name"
0 commit comments