Skip to content

Commit

Permalink
tolerations indent to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnDeMoorNN authored Jul 12, 2024
1 parent 2eeb4f2 commit a14ed99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/testkube-logs/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ spec:
{{- end }}
{{- if .Values.tolerations }}
tolerations:
{{- toYaml .Values.tolerations | nindent 6 }}
{{- toYaml .Values.tolerations | nindent 8 }}
{{- else if .Values.global.tolerations }}
tolerations:
{{- toYaml .Values.global.tolerations | nindent 6 }}
{{- toYaml .Values.global.tolerations | nindent 8 }}
{{- end }}
{{- if .Values.nodeSelector }}
nodeSelector:
Expand Down

0 comments on commit a14ed99

Please sign in to comment.