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 44fd76f commit 34594c9Copy full SHA for 34594c9
internal/controller/state/conditions/conditions.go
@@ -144,7 +144,7 @@ const (
144
PolicyReasonAncestorLimitReached v1alpha2.PolicyConditionReason = "AncestorLimitReached"
145
146
// PolicyMessageAncestorLimitReached is a message used with PolicyReasonAncestorLimitReached
147
- // when a policy cannot be applied due to the 16 ancestor limit being reached.
+ // when a policy cannot be applied due to the ancestor limit being reached.
148
PolicyMessageAncestorLimitReached = "Policies cannot be applied because the ancestor status list " +
149
"has reached the maximum size. The following policies have been ignored:"
150
)
0 commit comments