Skip to content

Commit bbc4d0c

Browse files
committed
fixup! propagate k8s version from AzureASOManagedControlPlane to ManagedCluster
1 parent 3104849 commit bbc4d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exp/mutators/azureasomanagedcontrolplane.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func setManagedClusterKubernetesVersion(ctx context.Context, asoManagedControlPl
7676

7777
capzK8sVersion := strings.TrimPrefix(asoManagedControlPlane.Spec.Version, "v")
7878
if capzK8sVersion == "" {
79-
// If there is no CAPI opinion, users can do whatever they want.
79+
// When the CAPI contract field isn't set, any value for version in the embedded ASO resource may be specified.
8080
return nil
8181
}
8282

0 commit comments

Comments
 (0)