Преглед изворни кода

Merge pull request #13485 from jakesmith/hpcc-23703-missing-thoragentname

HPCC-23703 Fix missing thor agent name

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman пре 5 година
родитељ
комит
0247daf0cd
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      dockerfiles/hpcc/templates/thor.yaml

+ 1 - 0
dockerfiles/hpcc/templates/thor.yaml

@@ -37,6 +37,7 @@ spec:
 {{- include "hpcc.generateConfigMap" (dict "root" $ "component" "thor" "me" .) }}
 {{- if $thor.eclagent }}
     eclagent:
+      name: {{ .name }}
 {{ toYaml $thor.eclagent | indent 6 }}
 {{- end }}
   eclagent-jobspec.yaml: |