瀏覽代碼

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 */ -}}