diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 27dc1cb9d775c6c5ab220080d1addaa816068198..b790fdcba3e3bb955c5c11bbdb36f56de234240a 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -35,10 +35,10 @@ spec: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: kubernetes.io/hostname + - key: worker operator: NotIn values: - - kubernetestmpworker1 + - temp imagePullSecrets: {{ toYaml .Values.image.secrets | indent 10 }} securityContext: