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:
|
- resources:
|
||||||
kinds: ["Pod"]
|
kinds: ["Pod"]
|
||||||
mutate:
|
mutate:
|
||||||
|
targets:
|
||||||
|
- apiVersion: v1
|
||||||
|
kind: Pod
|
||||||
foreach:
|
foreach:
|
||||||
- list: "request.object.spec.containers"
|
- list: "request.object.spec.containers"
|
||||||
patchesJson6902: |-
|
patchesJson6902: |-
|
||||||
|
@ -37,6 +40,9 @@ spec:
|
||||||
operator: GreaterThanOrEquals
|
operator: GreaterThanOrEquals
|
||||||
value: 1
|
value: 1
|
||||||
mutate:
|
mutate:
|
||||||
|
targets:
|
||||||
|
- apiVersion: v1
|
||||||
|
kind: Pod
|
||||||
foreach:
|
foreach:
|
||||||
- list: "request.object.spec.initContainers"
|
- list: "request.object.spec.initContainers"
|
||||||
patchesJson6902: |-
|
patchesJson6902: |-
|
||||||
|
|
Loading…
Reference in a new issue