update
This commit is contained in:
parent
2deca013b2
commit
57a058635f
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,9 @@ spec:
|
|||
- resources:
|
||||
kinds: ["Pod"]
|
||||
mutate:
|
||||
targets:
|
||||
- apiVersion: v1
|
||||
kind: Pod
|
||||
foreach:
|
||||
- list: "request.object.spec.containers"
|
||||
patchesJson6902: |-
|
||||
|
@ -37,6 +40,9 @@ spec:
|
|||
operator: GreaterThanOrEquals
|
||||
value: 1
|
||||
mutate:
|
||||
targets:
|
||||
- apiVersion: v1
|
||||
kind: Pod
|
||||
foreach:
|
||||
- list: "request.object.spec.initContainers"
|
||||
patchesJson6902: |-
|
||||
|
|
Loading…
Reference in a new issue