Skip to content

Commit 47232c4

Browse files
authored
Merge pull request #134 from Cryptophobia/master
chore(charts): remove misleading comments for azure storage connectio…
2 parents d0a89b4 + 717b119 commit 47232c4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

charts/workflow/values.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +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-
storage_conn_string: "YOUR_AZURE_STORAGE_CONNECTION_STRING"
92+
# We only support using accountname and accountkey currently for storage
9693
accountname: "YOUR ACCOUNT NAME"
9794
accountkey: "YOUR ACCOUNT KEY"
95+
storage_conn_string: "YOUR_AZURE_STORAGE_CONNECTION_STRING"
9896
registry_container: "your-registry-container-name"
9997
database_container: "your-database-container-name"
10098
builder_container: "your-builder-container-name"

0 commit comments

Comments
 (0)