mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 00:54:16 -03:00
Update _dbWait.tpl
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user