Skip to content

Commit 46590ce

Browse files
committed
remove specific mention of ancestor limit number
1 parent 99ca323 commit 46590ce

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
@@ -146,7 +146,7 @@ const (
146146
// PolicyMessageAncestorLimitReached is a message used with PolicyReasonAncestorLimitReached
147147
// when a policy cannot be applied due to the 16 ancestor limit being reached.
148148
PolicyMessageAncestorLimitReached = "Policies cannot be applied because the ancestor status list " +
149-
"has reached the maximum size of 16. The following policies have been ignored:"
149+
"has reached the maximum size. The following policies have been ignored:"
150150
)
151151

152152
// Condition defines a condition to be reported in the status of resources.

0 commit comments

Comments
 (0)