diff --git a/charts/cluster-templates/templates/cluster.yaml b/charts/cluster-templates/templates/cluster.yaml index 2e4d325..b5b93d2 100644 --- a/charts/cluster-templates/templates/cluster.yaml +++ b/charts/cluster-templates/templates/cluster.yaml @@ -287,7 +287,7 @@ spec: {{- end }} machineLabelSelector: matchLabels: - node-role.kubernetes.io/control-plane: true + node-role.kubernetes.io/control-plane: "true" {{- end }} {{- if .Values.cluster.config.workerConfig }} - config: @@ -362,7 +362,7 @@ spec: {{- end }} machineLabelSelector: matchLabels: - rke.cattle.io/worker-role: true + rke.cattle.io/worker-role: "true" {{- end }} {{- end }} {{- end }} @@ -381,7 +381,7 @@ spec: {{- if .Values.cluster.config.registries.mirrors }} mirrors: {{- range .Values.cluster.config.registries.mirrors }} - {{ .name }}: + {{ .name | quote }}: endpoint: {{- range .endpoints }} - {{ . }}