Skip to content

Commit

Permalink
Merge pull request #719 from adamajt-l/nodeSelector-fix-1
Browse files Browse the repository at this point in the history
nodeSelector fix
  • Loading branch information
SaaldjorMike authored Sep 6, 2023
2 parents b7c2429 + 6e5ab1c commit 1ae8505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/humio-operator/templates/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.operator.nodeSelectors }}
{{- with .Values.operator.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit 1ae8505

Please sign in to comment.