mirror of
https://github.com/kyverno/kyverno.git
synced 2025-01-20 18:52:16 +00:00
831a9826d1
Signed-off-by: Jose Armesto <github@armesto.net>
13 lines
189 B
YAML
13 lines
189 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: kyverno
|
|
|
|
transformers:
|
|
- labels.yaml
|
|
|
|
resources:
|
|
- ../crds/
|
|
- ../manifest/
|
|
- ../k8s-resource/
|
|
- namespace.yaml
|