From d71c68e26c714537243c75ec186cf8683a25168f Mon Sep 17 00:00:00 2001 From: liaozan Date: Fri, 11 Feb 2022 15:38:10 +0800 Subject: [PATCH] Update k8s-deploy-template.yaml --- k8s-deploy-template.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index d1740f1..46384a5 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -14,9 +14,6 @@ spec: metadata: labels: app: ${APP_NAME} - annotations: - armsPilotAutoEnable: "on" - armsPilotCreateAppName: "${APP_NAME}" spec: containers: - name: ${APP_NAME} -- GitLab