We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3104849 commit bbc4d0cCopy full SHA for bbc4d0c
exp/mutators/azureasomanagedcontrolplane.go
@@ -76,7 +76,7 @@ func setManagedClusterKubernetesVersion(ctx context.Context, asoManagedControlPl
76
77
capzK8sVersion := strings.TrimPrefix(asoManagedControlPlane.Spec.Version, "v")
78
if capzK8sVersion == "" {
79
- // If there is no CAPI opinion, users can do whatever they want.
+ // When the CAPI contract field isn't set, any value for version in the embedded ASO resource may be specified.
80
return nil
81
}
82
0 commit comments