Fixed wrong indentation of extraVolumes and extraVolumeMounts (#2103)

This commit is contained in:
Jan
2022-08-16 13:48:04 +02:00
committed by Eduard Heimbuch
parent 279c3e2b75
commit f78524009e
2 changed files with 6 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
- type: fixed
description: Fixed wrong indentation of extraVolumes and extraVolumeMounts ([#2103](https://github.com/scm-manager/scm-manager/pull/2103))

View File

@@ -97,9 +97,9 @@ spec:
mountPath: /var/lib/scm
- name: config
mountPath: /opt/scm-server/conf
{{- with .Values.extraVolumeMounts }}
{{- tpl . $ | nindent 12 }}
{{- end }}
{{- with .Values.extraVolumeMounts }}
{{- tpl . $ | nindent 10 }}
{{- end }}
env:
{{- with .Values.extraEnv }}
{{- tpl . $ | nindent 12 }}
@@ -125,7 +125,7 @@ spec:
name: {{ include "scm-manager.fullname" . }}-scripts
{{- end }}
{{- with .Values.extraVolumes }}
{{- tpl . $ | nindent 8 }}
{{- tpl . $ | nindent 6 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector: