Files
pikasTech-HWLAB/deploy/gitops/g14/runtime-v02/namespace.yaml
T
2026-05-31 16:38:40 +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": "f315cf4c3417e0cf42ac0d2497bd3651c1e34054",
"hwlab.pikastech.local/environment": "v02"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/g14-gitops-render.mjs"
}
}
}