mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +00:00
95786f5033
- 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>
17 lines
403 B
YAML
17 lines
403 B
YAML
---
|
|
apiVersion: builtin
|
|
kind: LabelTransformer
|
|
metadata:
|
|
name: labelTransformer
|
|
labels:
|
|
app.kubernetes.io/component: kyverno
|
|
app.kubernetes.io/instance: kyverno
|
|
app.kubernetes.io/managed-by: Kustomize
|
|
app.kubernetes.io/name: kyverno
|
|
app.kubernetes.io/part-of: kyverno
|
|
fieldSpecs:
|
|
- path: metadata/labels
|
|
create: true
|
|
- kind: Deployment
|
|
path: spec/template/metadata/labels
|
|
create: true
|