Skip to content

Commit

Permalink
spelling: hierarchical
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Nov 20, 2024
1 parent 6093beb commit 6bb7b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/k8s/managedfields.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func OverlayManagedFieldsOntoState(spec, stateAsKRM map[string]interface{}, mana
// resource supports hierarchical references. We do this because
// overlayManagedFieldsOntoState() strips out the hierarchical reference if
// it was defaulted by the KCC webhook/controller. This is because the
// resource's managedFields metadata doesn't include the hierarchcial
// resource's managedFields metadata doesn't include the hierarchical
// reference if it was defaulted by KCC rather than explicitly set by the
// user. Since we know that a resource's hierarchical reference is part of
// the desired state even if it's not in the managedFields metadata, let's
Expand Down

0 comments on commit 6bb7b62

Please sign in to comment.