From cd94f7f531c0ee9278bc157aab9401b741c15fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BC=BA?= Date: Fri, 22 Oct 2021 02:19:16 +0000 Subject: [PATCH] =?UTF-8?q?update=20monitoring=5Fservice/artifacts/monitor?= =?UTF-8?q?ing=5Fservice=5Fdeploy=5Fmepagent.yaml.=20Not=20available=20in?= =?UTF-8?q?=20v1.3=EF=BC=8CCancel=20judgment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../artifacts/monitoring_service_deploy_mepagent.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/monitoring_service/artifacts/monitoring_service_deploy_mepagent.yaml b/monitoring_service/artifacts/monitoring_service_deploy_mepagent.yaml index 82aa25e..bc47b0c 100644 --- a/monitoring_service/artifacts/monitoring_service_deploy_mepagent.yaml +++ b/monitoring_service/artifacts/monitoring_service_deploy_mepagent.yaml @@ -42,7 +42,6 @@ spec: secretKeyRef: name: '{{ .Values.appconfig.aksk.secretname }}' key: appInsId - {{- if .Values.global.mepagent.enabled }} - name: mep-agent image: '{{.Values.imagelocation.domainname}}/{{.Values.imagelocation.project}}/mep-agent:latest' imagePullPolicy: IfNotPresent @@ -81,7 +80,6 @@ spec: - name: mep-agent-service-config-volume configMap: name: '{{ .Values.global.mepagent.configmapname }}' - {{- end }} --- apiVersion: v1 kind: Service -- Gitee