This commit is contained in:
Joseph Hanson 2024-10-29 09:26:25 -05:00
parent 2deca013b2
commit 57a058635f
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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: |-