Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaka committed Nov 17, 2024
1 parent 2c68d3f commit 02d0b01
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ spec:

{{- with .Values.clickhouse.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.clickhouse.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 12 }}
{{- end }}
restartPolicy: Never
backoffLimit:
Expand Down

0 comments on commit 02d0b01

Please sign in to comment.