Skip to content

Commit

Permalink
Set helperImage in helm chart deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
triceras committed Aug 27, 2024
1 parent b3323e9 commit 8fac2e8
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 @@ -39,7 +39,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.operator.helperimage }}
helperimage:
helperImage:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.operator.nodeSelector }}
Expand Down

0 comments on commit 8fac2e8

Please sign in to comment.