Hello,
Here I noticed the wrong indent which was defined for extraVolumes
{{- if .Values.extraVolumes }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 8 }}
{{- end }}
There should be nindent 10 instead of nindent 8
Hello,
Here I noticed the wrong indent which was defined for
extraVolumesThere should be
nindent 10instead ofnindent 8