From 717b11980a702061e3c805e5a59f19ffda47de1a Mon Sep 17 00:00:00 2001 From: Cryptophobia Date: Fri, 16 Oct 2020 15:39:37 -0400 Subject: [PATCH] chore(charts): remove misleading comments for azure storage connection string Signed-off-by: Cryptophobia --- charts/workflow/values.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/charts/workflow/values.yaml b/charts/workflow/values.yaml index b5baff46e..db2557fbf 100644 --- a/charts/workflow/values.yaml +++ b/charts/workflow/values.yaml @@ -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"