Fix issue with missing volume

This commit is contained in:
Matt Pryor 2022-01-28 09:54:47 +00:00
parent 0eb14ce3fd
commit 8f32d7a912

View File

@ -133,8 +133,6 @@ spec:
{{- range $config.extraVolumes }}
- {{ toYaml . | nindent 16 }}
{{- end }}
{{- if $config.kubeconfigSecret.name }}
- name: kubeconfig
emptyDir: {}
{{- end }}
{{- end }}