Skip to content

Commit

Permalink
Fix whitespace in wormhole.yaml (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Mar 8, 2024
1 parent 8425dd3 commit fed77f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/seed/templates/wormhole.yaml
Expand Up @@ -108,7 +108,7 @@ spec:
- name: config
mountPath: /var/lib/kubelet
readOnly: true
{{- if .Values.seedKubeadm -}}
{{- if .Values.seedKubeadm }}
- name: etc-kubernetes
mountPath: /etc/kubernetes
readOnly: true
Expand All @@ -117,7 +117,7 @@ spec:
- name: config
hostPath:
path: /var/lib/kubelet
{{- if .Values.seedKubeadm -}}
{{- if .Values.seedKubeadm }}
- name: etc-kubernetes
hostPath:
path: /etc/kubernetes
Expand Down

0 comments on commit fed77f6

Please sign in to comment.