Files
infrastructure/clusters/cl01tl/helm/booklore/templates/namespace.yaml
Alex Lebens 3e90af0eb5
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
render-manifests / render-manifests-helm (push) Successful in 1m18s
renovate / renovate (push) Successful in 1m19s
migrate
2025-12-01 19:47:11 -06:00

11 lines
269 B
YAML

apiVersion: v1
kind: Namespace
metadata:
name: booklore
annotations:
volsync.backube/privileged-movers: "true"
labels:
app.kubernetes.io/name: booklore
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}