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