chore(helm): global override file
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
5aa82a73e3
commit
af029d59e4
1 changed files with 12 additions and 0 deletions
12
scripts/helm/helm/values.yaml
Normal file
12
scripts/helm/helm/values.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
postgresql:
|
||||
# For genrating psswords
|
||||
# `openssl rand -hex 20`
|
||||
postgresqlPassword: ""
|
||||
|
||||
minio:
|
||||
global:
|
||||
minio:
|
||||
# For genrating psswords
|
||||
# `openssl rand -hex 20`
|
||||
accessKey: ""
|
||||
secretKey: ""
|
||||
Loading…
Add table
Reference in a new issue