From eb8eb1be8ebbb1078ff91398c3500665255b82ba Mon Sep 17 00:00:00 2001 From: Quentin JOLY Date: Fri, 13 Dec 2024 20:46:55 +0000 Subject: [PATCH] Cleanup existingSecret configuration in values.yaml for clarity --- charts/common/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/common/values.yaml b/charts/common/values.yaml index 8d443e8..39448b6 100644 --- a/charts/common/values.yaml +++ b/charts/common/values.yaml @@ -47,13 +47,13 @@ variables: data: {} # user: "username" # password: "hugepassword" - existingSecret: - - name: "existing-secret" - key: "key" - envName: "ENV_NAME" - - name: another-existing-secret - key: key2 - envName: ENV2_NAME + existingSecret: {} + # - name: "existing-secret" + # key: "key" + # envName: "ENV_NAME" + # - name: another-existing-secret + # key: key2 + # envName: ENV2_NAME nonSecret: {} # author: name