فهرست منبع

HPCC-23627 Add all values in helm charts automatically to config file

Missed a change

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 5 سال پیش
والد
کامیت
9538105de9
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      dockerfiles/hpcc/templates/_helpers.tpl

+ 1 - 3
dockerfiles/hpcc/templates/_helpers.tpl

@@ -113,9 +113,7 @@ volumeMounts:
 
 {{- /* Add config arg for a component */ -}}
 {{- define "hpcc.configArg" -}}
-{{- if or (hasKey . "configFile") (hasKey . "config") -}}
-"--config=/etc/config/{{ .name }}.yaml", {{ end -}}
-"--global=/etc/config/global.yaml"
+"--config=/etc/config/{{ .name }}.yaml", "--global=/etc/config/global.yaml"
 {{- end -}}
 
 {{- /* Add dali arg for a component */ -}}