From 2e04d15f07df7c971fa0b5eff7750cf6e709edb1 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Fri, 27 Oct 2023 04:39:02 +0800 Subject: [PATCH] Update pod metadata --- k8s-deploy-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index ac67a3b..886bb9c 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -5,7 +5,7 @@ metadata: namespace: ${NAMESPACE} labels: app: ${APP_NAME} - tracing: "true" + tracing: true spec: replicas: ${REPLICAS} selector: -- GitLab