Merge pull request #79 from pieveee/fix/#73

fix extraVolumes and extraVolumeMounts (hypen typo) #78 #77
This commit is contained in:
Devin Canterberry
2022-08-18 10:19:07 -07:00
committed by GitHub
+2 -2
View File
@@ -168,7 +168,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
{{- end }}
{{- with .Values.extraVolumeMounts }}
{{- toYaml . }}
{{ toYaml . }}
{{- end }}
{{- end -}}
@@ -204,6 +204,6 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
{{- end }}
{{- with .Values.extraVolumes }}
{{- toYaml . }}
{{ toYaml . }}
{{- end }}
{{- end -}}