diff --git a/templates/cluster/aws-hosted-cp/templates/k0smotroncontrolplane.yaml b/templates/cluster/aws-hosted-cp/templates/k0smotroncontrolplane.yaml index 6eb0874f7..222005e34 100644 --- a/templates/cluster/aws-hosted-cp/templates/k0smotroncontrolplane.yaml +++ b/templates/cluster/aws-hosted-cp/templates/k0smotroncontrolplane.yaml @@ -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: