mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
32df01f2d4
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
17 lines
369 B
YAML
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
|