Files
infrastructure/clusters/cl01tl/applications/booklore/templates/namespace.yaml
Alex Lebens 890f0e17fd
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m8s
use annotation
2025-11-21 22:42:39 -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 }}