mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 01:16:55 +00:00
- Remove dead newName specification - Un-hardcode namespace from resources - Create 'bundle' kustomization that keeps namespace hardcoding This should be used (as a base) to generate static manifests - Turn 'release' directory into kustomization that is only place with version numbers Signed-off-by: James Callahan <jamescallahan@bitgo.com>
9 lines
143 B
YAML
Executable file
9 lines
143 B
YAML
Executable file
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: kyverno
|
|
|
|
resources:
|
|
- ../crds/
|
|
- ../k8s-resource/
|
|
- namespace.yaml
|