chore(helm): databases
make minio installation optional. Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
43dc66584f
commit
ae6f18fafb
2 changed files with 7 additions and 0 deletions
|
|
@ -40,3 +40,7 @@ dependencies:
|
|||
repository: file://charts/redis
|
||||
version: 12.10.1
|
||||
condition: redis.enabled
|
||||
- name: minio
|
||||
repository: file://charts/minio
|
||||
version: 3.7.14
|
||||
condition: minio.enabled
|
||||
|
|
|
|||
|
|
@ -99,6 +99,9 @@ redis:
|
|||
cpu: 100m
|
||||
memory: 128Mi
|
||||
|
||||
minio:
|
||||
enabled: true
|
||||
|
||||
postgresql:
|
||||
# postgresqlPassword: asayerPostgres
|
||||
fullnameOverride: postgresql
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue