From 1b879d33bcf067333dfd27187fb5d5555de570b8 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 10 Apr 2024 13:38:50 +0200 Subject: [PATCH] remove existing secret from common --- library/common/values.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/library/common/values.yaml b/library/common/values.yaml index 87b3d090..b0ff6d4f 100644 --- a/library/common/values.yaml +++ b/library/common/values.yaml @@ -1334,7 +1334,6 @@ mariadb: includeCommon: false password: "PLACEHOLDERPASSWORD" rootPassword: "PLACEHOLDERROOTPASSWORD" - existingSecret: "mariadbcreds" # -- can be used to make an easy accessable note which URLS to use to access the DB. creds: {} @@ -1345,7 +1344,6 @@ mongodb: includeCommon: false password: "PLACEHOLDERPASSWORD" rootPassword: "PLACEHOLDERROOTPASSWORD" - existingSecret: "mongodbcreds" # -- can be used to make an easy accessable note which URLS to use to access the DB. creds: {} @@ -1355,7 +1353,6 @@ clickhouse: enabled: false includeCommon: false password: "PLACEHOLDERPASSWORD" - existingSecret: "clickhousecreds" # -- can be used to make an easy accessable note which URLS to use to access the DB. creds: {} @@ -1367,7 +1364,6 @@ solr: password: "PLACEHOLDERPASSWORD" solrCores: 1 solrEnableAuthentication: "no" - existingSecret: "solrcreds" # -- can be used to make an easy accessable note which URLS to use to access the DB. creds: {}