Skip to content

Commit 34594c9

Browse files
committed
remove 16 ancestor limit from comment
1 parent 44fd76f commit 34594c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/state/conditions/conditions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const (
144144
PolicyReasonAncestorLimitReached v1alpha2.PolicyConditionReason = "AncestorLimitReached"
145145

146146
// PolicyMessageAncestorLimitReached is a message used with PolicyReasonAncestorLimitReached
147-
// when a policy cannot be applied due to the 16 ancestor limit being reached.
147+
// when a policy cannot be applied due to the ancestor limit being reached.
148148
PolicyMessageAncestorLimitReached = "Policies cannot be applied because the ancestor status list " +
149149
"has reached the maximum size. The following policies have been ignored:"
150150
)

0 commit comments

Comments
 (0)