Update _dbWait.tpl

This commit is contained in:
Kjeld Schouten
2024-04-11 10:29:22 +02:00
committed by GitHub
parent dd11b5bcec
commit 4879917937

View File

@@ -110,7 +110,7 @@ env:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: plainhost
REDIS_PASSWORD: "{{ .Values.mariadb.password }}"
REDIS_PASSWORD: "{{ .Values.redis.password }}"
REDIS_PORT: "6379"
command:
- "/bin/sh"
@@ -168,7 +168,11 @@ resources:
cpu: 500m
memory: 512Mi
env:
MARIADB_HOST: "{{ .Values.mariadb.password }}"
MARIADB_HOST:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
key: plainhost
MARIADB_ROOT_PASSWORD: "{{ .Values.mariadb.rootPassword }}"
command:
- "/bin/sh"