Skip to content

Commit

Permalink
Merge pull request #4206 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…4201-to-release-1.11

[release-1.11] Make identityRef required on AzureManagedControlPlane
  • Loading branch information
k8s-ci-robot authored Oct 31, 2023
2 parents 5f1830d + 1fff4e0 commit 767d3a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions api/v1beta1/azuremanagedcontrolplane_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ type AzureManagedControlPlaneSpec struct {
LoadBalancerSKU *string `json:"loadBalancerSKU,omitempty"`

// IdentityRef is a reference to a AzureClusterIdentity to be used when reconciling this cluster
// +optional
IdentityRef *corev1.ObjectReference `json:"identityRef,omitempty"`
IdentityRef *corev1.ObjectReference `json:"identityRef"`

// AadProfile is Azure Active Directory configuration to integrate with AKS for aad authentication.
// +optional
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ spec:
- name
type: object
required:
- identityRef
- location
- resourceGroupName
- version
Expand Down

0 comments on commit 767d3a5

Please sign in to comment.