Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Morgen <[email protected]>
Signed-off-by: Ekaterina Kazakova <[email protected]>
  • Loading branch information
eromanova and zerospiel authored Dec 23, 2024
1 parent 24570a4 commit cf4b554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/v1alpha1/managedcluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ type ManagedClusterSpec struct {
Template string `json:"template"`
// Name reference to the related Credentials object.
Credential string `json:"credential,omitempty"`
// +kubebuilder:default:=true

// PropagateCredentials indicates whether credentials should be propagated
// for use by CCM (Cloud Controller Manager).
// +kubebuilder:default:=true
PropagateCredentials bool `json:"propagateCredentials,omitempty"`
// Services is a list of services created via ServiceTemplates
// that could be installed on the target cluster.
Expand Down

0 comments on commit cf4b554

Please sign in to comment.