Skip to content

Commit

Permalink
[Helm] eck-operator chart - Fix affinity, nodeSelector and toleration…
Browse files Browse the repository at this point in the history
…s indentation (#7084)

Signed-off-by: smcavallo <smcavallo@hotmail.com>
  • Loading branch information
smcavallo authored Aug 17, 2023
1 parent a7c5d95 commit e24e980
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/eck-operator/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ spec:
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 12 }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 12 }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 12 }}
{{- toYaml . | nindent 8 }}
{{- end }}

0 comments on commit e24e980

Please sign in to comment.