Skip to content

Commit

Permalink
fix the typo in topologySpreadConstraints for the logging-operator chart
Browse files Browse the repository at this point in the history
  • Loading branch information
karloramone committed Nov 4, 2024
1 parent 6beb4ac commit 6f6ddfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/logging-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ spec:
serviceAccountName: {{ include "logging-operator.fullname" . }}
{{- end }}
{{- if .Values.topologySpreadConstraints }}
strategy:
topologySpreadConstraints:
{{- toYaml .Values.topologySpreadConstraints | nindent 8 }}
{{- end }}

0 comments on commit 6f6ddfc

Please sign in to comment.