Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Büringer <[email protected]>
  • Loading branch information
g-gaston and sbueringer authored Nov 17, 2022
1 parent b1241ad commit 2aebc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/addons/api/v1beta1/clusterresourceset_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const (
// ClusterResourceSet controller after being created if not specified by user.
ClusterResourceSetStrategyApplyOnce ClusterResourceSetStrategy = "ApplyOnce"
// ClusterResourceSetStrategyReconcile reapplies the resources managed by a ClusterResourceSet
// if their normalize hash changes.
// if their normalized hash changes.
ClusterResourceSetStrategyReconcile ClusterResourceSetStrategy = "Reconcile"
)

Expand Down

0 comments on commit 2aebc55

Please sign in to comment.