github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/syz-cluster/overlays/common/kustomization.yaml (about) 1 # Copyright 2025 syzkaller project authors. All rights reserved. 2 # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. 3 4 resources: 5 - ../../controller 6 - ../../dashboard 7 - ../../series-tracker 8 - ../../kernel-disk 9 - ../../reporter-server 10 - ../../workflow 11 - network-deny-all.yaml 12 - network-policy-controller.yaml 13 - network-policy-git-access.yaml 14 - network-policy-web-dashboard.yaml 15 - network-policy-email-sender.yaml 16 - network-policy-reporter.yaml 17 18 patches: 19 - target: 20 kind: Deployment 21 patch: |- 22 - op: replace 23 path: /spec/template/spec/containers/0/imagePullPolicy 24 value: IfNotPresent