allhost issue fixed

This commit is contained in:
Vaibhav Pathak 2026-01-21 16:06:12 +05:30
parent 61bd33ae55
commit a7cbc4e156

View File

@ -5,6 +5,9 @@ metadata:
name: {{ include "hades.fullname" . }}-allhosts name: {{ include "hades.fullname" . }}-allhosts
labels: labels:
{{- include "hades.labels" . | nindent 4 }} {{- include "hades.labels" . | nindent 4 }}
annotations:
argocd.argoproj.io/compare-options: IgnoreExtraneous
argocd.argoproj.io/sync-options: Prune=false
data: data:
allhosts.tsv: | allhosts.tsv: |
{{ .Files.Get "files/allhosts.tsv" | indent 4 }} {{ .Files.Get "files/allhosts.tsv" | indent 4 }}