diff --git a/charts/seed/templates/wormhole.yaml b/charts/seed/templates/wormhole.yaml index b1fc546374..da0d3db62b 100644 --- a/charts/seed/templates/wormhole.yaml +++ b/charts/seed/templates/wormhole.yaml @@ -108,8 +108,18 @@ spec: - name: config mountPath: /var/lib/kubelet readOnly: true +{{- if .Values.seedKubeadm -}} + - name: etc-kubernetes + mountPath: /etc/kubernetes + readOnly: true +{{- end }} volumes: - name: config hostPath: path: /var/lib/kubelet +{{- if .Values.seedKubeadm -}} + - name: etc-kubernetes + hostPath: + path: /etc/kubernetes +{{- end }} {{- end }}