Skip to content

Commit

Permalink
fix cluster labels
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Oct 6, 2023
1 parent 565c02c commit bbdff85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/services/container/clusters/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func (s *Service) createCluster(ctx context.Context, log *logr.Logger) error {
WorkloadIdentityConfig: s.createWorkloadIdentityConfig(),
NetworkConfig: s.createNetworkConfig(),
AddonsConfig: s.createAddonsConfig(),
ResourceLabels: s.scope.GCPManagedCluster.Labels,
ResourceLabels: s.scope.GCPManagedCluster.Spec.AdditionalLabels,
MasterAuthorizedNetworksConfig: convertToSdkMasterAuthorizedNetworksConfig(s.scope.GCPManagedControlPlane.Spec.MasterAuthorizedNetworksConfig),
}

Expand Down

0 comments on commit bbdff85

Please sign in to comment.