Skip to content

Commit 9b5af20

Browse files
Update effects.md
1 parent 23a8d45 commit 9b5af20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/governance/policy/concepts/effects.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,12 @@ definitions as `constraintTemplate` is deprecated.
400400
- An _array_ that includes the
401401
[API groups](https://kubernetes.io/docs/reference/using-api/#api-groups) to match. An empty
402402
array (`[""]`) is the core API group.
403+
- Defining `["*"]` for _apiGroups_ is disallowed.
403404
- **kinds** (required when using _templateInfo_)
404405
- An _array_ that includes the
405406
[kind](https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/#required-fields)
406407
of Kubernetes object to limit evaluation to.
408+
- Defining `["*"]` for _kinds_ is disallowed.
407409
- **values** (optional)
408410
- Defines any parameters and values to pass to the Constraint. Each value must exist in the
409411
Constraint template CRD.

0 commit comments

Comments
 (0)