Skip to content

Commit de3ba32

Browse files
committed
Fix manifest name
1 parent 32741f6 commit de3ba32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/helm/kubernetes/templates/kubeadm-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ spec:
107107
{{- end }}
108108
{{- if .Values.coredns.enabled }}
109109
- configMap:
110-
name: "{{ $fullName }}-kubedns-manifests"
110+
name: "{{ $fullName }}-coredns-manifests"
111111
{{- end }}
112112
{{- end }}
113113
- name: config

0 commit comments

Comments
 (0)