Skip to content

Commit

Permalink
ROX-16643 Fix manifests (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo authored Nov 13, 2023
1 parent 676738f commit fc5340d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ spec:
app: cloudwatch-exporter
spec:
{{- if .Values.affinity }}
affinity: {{ toYaml .Values.affinity | indent 8 }}
affinity: {{ toYaml .Values.affinity | nindent 8 }}
{{- end }}
{{- if .Values.nodeSelector }}
nodeSelector: {{ toYaml .Values.nodeSelector | indent 8 }}
nodeSelector: {{ toYaml .Values.nodeSelector | nindent 8 }}
{{- end }}
{{- if .Values.tolerations }}
tolerations: {{ toYaml .Values.tolerations | indent 8 }}
tolerations: {{ toYaml .Values.tolerations | nindent 8 }}
{{- end }}
containers:
- name: cloudwatch-exporter
Expand Down

0 comments on commit fc5340d

Please sign in to comment.