From 567342d8dbf1e6aa25669e58aa60fc19857f7146 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 9 Oct 2021 21:17:39 +0200 Subject: [PATCH] (fix) enforce using an existing secret for common postgresql-hooks --- charts/library/common/Chart.yaml | 2 +- charts/library/common/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 1a48636bc88..b83f744f45a 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 8.3.0 +version: 8.3.1 diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index c41388a89d8..0de857f22af 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -902,5 +902,6 @@ addons: # @default -- See below postgresql: enabled: false + existingSecret: "dbcreds" # -- can be used to make an easy accessable note which URLS to use to access the DB. url: {}