Fixing identation for cronjob fields

This commit is contained in:
Laszlo Fogas
2021-10-21 10:19:07 +02:00
parent 6f1753c46d
commit 6783eb019d
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.2 version: 0.2.3
dependencies: dependencies:
- name: common - name: common
+6 -6
View File
@@ -34,15 +34,15 @@ spec:
resources: resources:
{{- toYaml .Values.resources | nindent 16 }} {{- toYaml .Values.resources | nindent 16 }}
{{- include "common.volumesRef.tpl" . | nindent 10 }} {{- include "common.volumesRef.tpl" . | nindent 10 }}
{{ with .Values.nodeSelector }} {{- with .Values.nodeSelector }}
nodeSelector: nodeSelector:
{{ toYaml . | nindent 8 }} {{- toYaml . | nindent 12 }}
{{- end }} {{- end }}
{{ with .Values.affinity }} {{- with .Values.affinity }}
affinity: affinity:
{{ toYaml . | nindent 8 }} {{- toYaml . | nindent 12 }}
{{- end }} {{- end }}
{{ with .Values.tolerations }} {{- with .Values.tolerations }}
tolerations: tolerations:
{{ toYaml . | nindent 8 }} {{- toYaml . | nindent 12 }}
{{- end }} {{- end }}