Files
pikasTech-HWLAB/deploy/gitops/g14/runtime/namespace.yaml
T
2026-05-25 03:12:58 +08:00

17 lines
449 B
YAML

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