From 81fef46f0025affd2d62629dd01661650c0a2f4b Mon Sep 17 00:00:00 2001 From: Mathod Date: Wed, 10 Dec 2025 15:32:00 +0100 Subject: [PATCH] fix command --- manifests/metrics-server/deployment.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/manifests/metrics-server/deployment.yaml b/manifests/metrics-server/deployment.yaml index f3ea246..c2a127a 100644 --- a/manifests/metrics-server/deployment.yaml +++ b/manifests/metrics-server/deployment.yaml @@ -37,12 +37,6 @@ spec: - name: argocd-metrics-server image: quay.io/argoprojlabs/argocd-extension-metrics:v1.0.3 imagePullPolicy: IfNotPresent - command: - - /app/argocd-extension-metrics - - backend - - start - - --port=9003 - - --config=/etc/config/config.yaml ports: - containerPort: 9003 name: http