mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +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>
7 lines
No EOL
87 B
YAML
7 lines
No EOL
87 B
YAML
---
|
|
kind: Namespace
|
|
apiVersion: v1
|
|
metadata:
|
|
labels:
|
|
app: kyverno
|
|
name: kyverno |