Skip to content

Commit

Permalink
NVSHAS-8354 Apply admission control rules differently for containers …
Browse files Browse the repository at this point in the history
…& initContainers in AdmissionReview requests
  • Loading branch information
andsont committed Dec 9, 2023
1 parent 48f1bbd commit 480d982
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/core/templates/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,14 @@ spec:
- monitor
- protect
type: string
containers:
items:
enum:
- containers
- init_containers
- ephemeral_containers
type: string
type: array
required:
- action
- criteria
Expand Down
8 changes: 8 additions & 0 deletions charts/crd/templates/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,14 @@ spec:
- monitor
- protect
type: string
containers:
items:
enum:
- containers
- init_containers
- ephemeral_containers
type: string
type: array
required:
- action
- criteria
Expand Down

0 comments on commit 480d982

Please sign in to comment.