From ff664042a558b45c30b998a19cc5d326e0e9ab3e Mon Sep 17 00:00:00 2001 From: yy <56745951+lingdie@users.noreply.github.com> Date: Wed, 29 May 2024 12:08:35 +0800 Subject: [PATCH] Update configmap.yaml.tmpl --- .../costcenter/deploy/manifests/configmap.yaml.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/providers/costcenter/deploy/manifests/configmap.yaml.tmpl b/frontend/providers/costcenter/deploy/manifests/configmap.yaml.tmpl index 2a948588c36..8e7dba149b3 100644 --- a/frontend/providers/costcenter/deploy/manifests/configmap.yaml.tmpl +++ b/frontend/providers/costcenter/deploy/manifests/configmap.yaml.tmpl @@ -1,4 +1,11 @@ apiVersion: v1 +kind: Namespace +metadata: + labels: + app: costcenter-frontend + name: costcenter-frontend +--- +apiVersion: v1 kind: ConfigMap metadata: name: costcenter-frontend-config