1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/scripts/config/kwok/kustomization.yaml
Charles-Edouard Brétéché 32df01f2d4
chore: add makefile target for kwok (#7097)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-05-05 13:41:37 +08:00

17 lines
369 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: registry.k8s.io/kwok/kwok
newTag: v0.2.0
resources:
- https://github.com/kubernetes-sigs/kwok/kustomize/kwok?ref=v0.2.0
patchesStrategicMerge:
- |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: kwok-controller
spec:
template:
spec:
hostNetwork: true