Explorar o código

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 %!s(int64=5) %!d(string=hai) anos
pai
achega
0247daf0cd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: |