From 73e870fefd5d8f0ee64ee58f729b1836846db072 Mon Sep 17 00:00:00 2001 From: liaozan Date: Sat, 12 Feb 2022 19:12:55 +0800 Subject: [PATCH] Update k8s-deploy-template.yaml --- k8s-deploy-template.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 571c7d2..ff86d9a 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -14,10 +14,6 @@ spec: metadata: labels: app: ${APP_NAME} - annotations: - armsPilotAutoEnable: "on" - armsPilotCreateAppName: "${APP_NAME}" - one-agent.jdk.version: "OpenJDK11" spec: containers: - name: ${APP_NAME} -- GitLab