Skip to content

Commit

Permalink
Fix nodePools values usage in node pools templates
Browse files Browse the repository at this point in the history
  • Loading branch information
nprokopic committed Nov 28, 2023
1 parent a5e96f9 commit ffb6948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/cluster-aws/templates/_machine_pools.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- define "machine-pools" }}
{{- range $name, $value := .Values.nodePools | default .Values.internal.nodePools }}
{{- range $name, $value := .Values.global.nodePools | default .Values.internal.nodePools }}
apiVersion: cluster.x-k8s.io/v1beta1
kind: MachinePool
metadata:
Expand Down

0 comments on commit ffb6948

Please sign in to comment.