Skip to content

Commit

Permalink
Merge pull request #131 from Cryptophobia/master
Browse files Browse the repository at this point in the history
chore(charts): add AZURE_STORAGE_CONNECTION_STRING to values.yaml
  • Loading branch information
Cryptophobia authored Oct 10, 2020
2 parents 89b7811 + 07c9bc5 commit bd467b0
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 bd467b0

Please sign in to comment.