File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
articles/governance/policy/concepts Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -400,10 +400,12 @@ definitions as `constraintTemplate` is deprecated.
400
400
- An _ array_ that includes the
401
401
[ API groups] ( https://kubernetes.io/docs/reference/using-api/#api-groups ) to match. An empty
402
402
array (` [""] ` ) is the core API group.
403
+ - Defining ` ["*"] ` for _ apiGroups_ is disallowed.
403
404
- ** kinds** (required when using _ templateInfo_ )
404
405
- An _ array_ that includes the
405
406
[ kind] ( https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/#required-fields )
406
407
of Kubernetes object to limit evaluation to.
408
+ - Defining ` ["*"] ` for _ kinds_ is disallowed.
407
409
- ** values** (optional)
408
410
- Defines any parameters and values to pass to the Constraint. Each value must exist in the
409
411
Constraint template CRD.
You can’t perform that action at this time.
0 commit comments