From e4dcb4542fb072b73b4193dd6cf0eea7ce285624 Mon Sep 17 00:00:00 2001 From: Tim Seagren <39381000+chaospuppy@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:20:08 -0800 Subject: [PATCH] feat: remove deprecated secret (#33) * omit deprecated .secret field, allow for setting of app password in advance, do not reuse existing secret * fix case in which password is not provided, but there is an existing secret * add missing parentheses * add missing parentheses * update tenant values to remove useless secret * back out changes to app secret and values * remove configuration.existingSecret --------- Co-authored-by: Wayne Starr --- values/tenant-values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/values/tenant-values.yaml b/values/tenant-values.yaml index 3c3a3e0..1d57e49 100644 --- a/values/tenant-values.yaml +++ b/values/tenant-values.yaml @@ -5,6 +5,9 @@ tenant: name: ###ZARF_VAR_TENANT### configuration: name: ###ZARF_VAR_TENANT### + configSecret: + accessKey: null + secretKey: null existingSecret: true pools: # 1x4 for standalone