mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
10 lines
213 B
YAML
Executable file
10 lines
213 B
YAML
Executable file
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ./clusterroles.yaml
|
|
- ./clusterrolebindings.yaml
|
|
- ./configmap.yaml
|
|
- ./metricsconfigmap.yaml
|
|
- ./service.yaml
|
|
- ./serviceaccount.yaml
|