Files
pikasTech-HWLAB/deploy/gitops/g14/runtime-v02/namespace.yaml
T
2026-05-29 18:30:14 +00:00

18 lines
499 B
YAML

{
"apiVersion": "v1",
"kind": "Namespace",
"metadata": {
"name": "hwlab-v02",
"labels": {
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "b63b8d9699d8395f633d14aa4fea337ef39ba6ee",
"hwlab.pikastech.local/environment": "v02"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/g14-gitops-render.mjs"
}
}
}