Skip to content

Commit

Permalink
chore(charts): add AZURE_STORAGE_CONNECTION_STRING to values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
  • Loading branch information
Cryptophobia committed Oct 10, 2020
1 parent 89b7811 commit 07c9bc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/workflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +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.
azure-storage-conn-string: "YOUR_AZURE_STORAGE_CONNECTION_STRING"
accountname: "YOUR ACCOUNT NAME"
accountkey: "YOUR ACCOUNT KEY"
registry_container: "your-registry-container-name"
Expand Down

0 comments on commit 07c9bc5

Please sign in to comment.