We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ca323 commit 46590ceCopy full SHA for 46590ce
internal/controller/state/conditions/conditions.go
@@ -146,7 +146,7 @@ const (
146
// PolicyMessageAncestorLimitReached is a message used with PolicyReasonAncestorLimitReached
147
// when a policy cannot be applied due to the 16 ancestor limit being reached.
148
PolicyMessageAncestorLimitReached = "Policies cannot be applied because the ancestor status list " +
149
- "has reached the maximum size of 16. The following policies have been ignored:"
+ "has reached the maximum size. The following policies have been ignored:"
150
)
151
152
// Condition defines a condition to be reported in the status of resources.
0 commit comments