Skip to content

Commit

Permalink
Merge pull request #134 from Cryptophobia/master
Browse files Browse the repository at this point in the history
chore(charts): remove misleading comments for azure storage connectio…
  • Loading branch information
Cryptophobia authored Oct 16, 2020
2 parents d0a89b4 + 717b119 commit 47232c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions charts/workflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,10 @@ s3:
builder_bucket: "your-builder-bucket-name"

azure:
# Starting with hephy v2.22.1 only AZURE_STORAGE_CONNECTION_STRING is
# necesssary for the postgres wal-e db blob backups and accountname and
# accountkey will not be used.
storage_conn_string: "YOUR_AZURE_STORAGE_CONNECTION_STRING"
# We only support using accountname and accountkey currently for storage
accountname: "YOUR ACCOUNT NAME"
accountkey: "YOUR ACCOUNT KEY"
storage_conn_string: "YOUR_AZURE_STORAGE_CONNECTION_STRING"
registry_container: "your-registry-container-name"
database_container: "your-database-container-name"
builder_container: "your-builder-container-name"
Expand Down

0 comments on commit 47232c4

Please sign in to comment.