Skip to content

Commit

Permalink
need update
Browse files Browse the repository at this point in the history
  • Loading branch information
afarbos committed Dec 17, 2024
1 parent ef10da4 commit 6bda6de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/services/container/clusters/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ func (s *Service) checkDiffAndPrepareUpdate(existingCluster *containerpb.Cluster

desiredEnableIdentityService := s.scope.GCPManagedControlPlane.Spec.EnableIdentityService
if desiredEnableIdentityService != existingCluster.GetIdentityServiceConfig().GetEnabled() {
needUpdate = true
clusterUpdate.DesiredIdentityServiceConfig = &containerpb.IdentityServiceConfig{Enabled: desiredEnableIdentityService}
}

Expand Down

0 comments on commit 6bda6de

Please sign in to comment.