We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Here I noticed the wrong indent which was defined for extraVolumes
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
nindent 10
nindent 8
The text was updated successfully, but these errors were encountered:
Sorry I missed it, should have been fixed in this PR #53
Sorry, something went wrong.
No branches or pull requests
Hello,
Here I noticed the wrong indent which was defined for
extraVolumes
There should be
nindent 10
instead ofnindent 8
The text was updated successfully, but these errors were encountered: