allhosts file removed

This commit is contained in:
Vaibhav Pathak 2026-01-21 19:49:10 +05:30
parent a7cbc4e156
commit 0c4eb056fd
2 changed files with 0 additions and 16 deletions

View File

@ -1,2 +0,0 @@
Host Ipaddress HostGroup Team Type
test-fw.onlinesales.ai 46.4.134.28 no-monitor platform hz.failover
1 Host Ipaddress HostGroup Team Type
2 test-fw.onlinesales.ai 46.4.134.28 no-monitor platform hz.failover

View File

@ -1,14 +0,0 @@
{{- if .Values.allhosts.enabled }}
apiVersion: v1
kind: ConfigMap
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 }}
{{- end }}