Files
pikasTech-HWLAB/deploy/gitops/node/d601/runtime-v03/namespace.yaml
T
2026-06-14 03:09:05 +00:00

18 lines
495 B
YAML

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