Skip to content

Commit

Permalink
Add required check in template per review
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewuolle committed Jan 10, 2025
1 parent e46b0d4 commit 15b0007
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
cloudConfig:
enabled: true
global:
KubernetesClusterID: {{ .Values.managementClusterName }}
KubernetesClusterID: {{ required ".Values.managementClusterName is required on AWS hosted deployment" .Values.managementClusterName }}
# Removing the default `node-role.kubernetes.io/control-plane` node selector
# TODO: it does not work
nodeSelector:
Expand Down

0 comments on commit 15b0007

Please sign in to comment.