From a7cbc4e15684ffde24475cdac1cb932171dbaf18 Mon Sep 17 00:00:00 2001 From: Vaibhav Pathak Date: Wed, 21 Jan 2026 16:06:12 +0530 Subject: [PATCH] allhost issue fixed --- hades/templates/configmap-allhosts.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hades/templates/configmap-allhosts.yaml b/hades/templates/configmap-allhosts.yaml index fac8ed2..cf78203 100644 --- a/hades/templates/configmap-allhosts.yaml +++ b/hades/templates/configmap-allhosts.yaml @@ -5,6 +5,9 @@ metadata: name: {{ include "hades.fullname" . }}-allhosts labels: {{- include "hades.labels" . | nindent 4 }} + annotations: + argocd.argoproj.io/compare-options: IgnoreExtraneous + argocd.argoproj.io/sync-options: Prune=false data: allhosts.tsv: | {{ .Files.Get "files/allhosts.tsv" | indent 4 }}