소스 검색

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: |