(fix) enforce using an existing secret for common postgresql-hooks
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
|||||||
name: common
|
name: common
|
||||||
sources: null
|
sources: null
|
||||||
type: library
|
type: library
|
||||||
version: 8.3.0
|
version: 8.3.1
|
||||||
|
|||||||
@@ -902,5 +902,6 @@ addons:
|
|||||||
# @default -- See below
|
# @default -- See below
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
existingSecret: "dbcreds"
|
||||||
# -- can be used to make an easy accessable note which URLS to use to access the DB.
|
# -- can be used to make an easy accessable note which URLS to use to access the DB.
|
||||||
url: {}
|
url: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user