Skip to content

Commit

Permalink
Add wormhole mount for kubeadm (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
defo89 authored Mar 8, 2024
1 parent 9dc9699 commit 8425dd3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/seed/templates/wormhole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 8425dd3

Please sign in to comment.