1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/scripts/config/kwok/kustomization.yaml

18 lines
369 B
YAML
Raw Normal View History

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