Skip to content

Commit c151cfd

Browse files
committed
override qos db name only in enabled
1 parent ad4765e commit c151cfd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/configmap.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@ data:
179179
pinmanager.db.name=chimera
180180
spacemanager.db.name = chimera
181181
bulk.db.name = chimera
182-
qos-engine.db.name = chimera
182+
{{ if .Values.dcache.qos.enabled }}
183+
qos.db.name = chimera
184+
{{- end }}
183185

184186
chimerashell.db.host = ${chimera.db.host}
185187
chimerashell.db.user = ${chimera.db.user}

0 commit comments

Comments
 (0)