mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
9 lines
No EOL
259 B
YAML
Executable file
9 lines
No EOL
259 B
YAML
Executable file
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ./crds.yaml
|
|
- ./policy.k8s.io_clusterpolicyreports.yaml
|
|
- ./policy.k8s.io_policyreports.yaml
|
|
- ./kyverno.io_reportchangerequests.yaml
|
|
- ./kyverno.io_clusterreportchangerequests.yaml |