From 07c9bc5b0b2ab378ae2104b328ecaf536b6b55d8 Mon Sep 17 00:00:00 2001 From: Cryptophobia Date: Sat, 10 Oct 2020 12:59:00 -0400 Subject: [PATCH] chore(charts): add AZURE_STORAGE_CONNECTION_STRING to values.yaml Signed-off-by: Cryptophobia --- charts/workflow/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/workflow/values.yaml b/charts/workflow/values.yaml index a4d5de2e9..72a75cf82 100644 --- a/charts/workflow/values.yaml +++ b/charts/workflow/values.yaml @@ -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"