Skip to content

Commit

Permalink
merge pull request #23 from nnewc/elemental-cluster
Browse files Browse the repository at this point in the history
tiny bug fixes
  • Loading branch information
zackbradys authored Jun 3, 2024
2 parents 83c6a3b + 10d5f43 commit a97b1c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/cluster-templates/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -362,7 +362,7 @@ spec:
{{- end }}
machineLabelSelector:
matchLabels:
rke.cattle.io/worker-role: true
rke.cattle.io/worker-role: "true"
{{- end }}
{{- end }}
{{- end }}
Expand All @@ -381,7 +381,7 @@ spec:
{{- if .Values.cluster.config.registries.mirrors }}
mirrors:
{{- range .Values.cluster.config.registries.mirrors }}
{{ .name }}:
{{ .name | quote }}:
endpoint:
{{- range .endpoints }}
- {{ . }}
Expand Down

0 comments on commit a97b1c3

Please sign in to comment.