diff --git a/hades/files/allhosts.tsv b/hades/files/allhosts.tsv deleted file mode 100644 index cea7ed7..0000000 --- a/hades/files/allhosts.tsv +++ /dev/null @@ -1,2 +0,0 @@ -Host Ipaddress HostGroup Team Type -test-fw.onlinesales.ai 46.4.134.28 no-monitor platform hz.failover \ No newline at end of file diff --git a/hades/templates/configmap-allhosts.yaml b/hades/templates/configmap-allhosts.yaml deleted file mode 100644 index cf78203..0000000 --- a/hades/templates/configmap-allhosts.yaml +++ /dev/null @@ -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 }}