allhosts file removed
This commit is contained in:
parent
a7cbc4e156
commit
0c4eb056fd
@ -1,2 +0,0 @@
|
|||||||
Host Ipaddress HostGroup Team Type
|
|
||||||
test-fw.onlinesales.ai 46.4.134.28 no-monitor platform hz.failover
|
|
||||||
|
@ -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 }}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user