diff --git a/argo/utilities/templates/loki.yaml b/argo/utilities/templates/loki.yaml deleted file mode 100644 index 6eab3ab..0000000 --- a/argo/utilities/templates/loki.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: loki - namespace: argocd - labels: - utilities: kube-system -spec: - destination: - namespace: kube-system - server: https://kubernetes.default.svc - project: default - source: - repoURL: https://grafana.github.io/helm-charts - targetRevision: HEAD - targetRevision: 2.10.1 - chart: loki-stack diff --git a/argo/utilities/templates/metallb-deps.yaml b/argo/utilities/templates/metallb-deps.yaml deleted file mode 100644 index 04488a9..0000000 --- a/argo/utilities/templates/metallb-deps.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: metal-lb-resources - namespace: argocd -spec: - project: default - source: - repoURL: https://git.thecodedom.com/smig/esxi-cluster.git - targetRevision: HEAD - path: ./argo/resources/metallb - destination: - server: https://kubernetes.default.svc - namespace: kube-system - diff --git a/argo/utilities/templates/metallb.yaml b/argo/utilities/templates/metallb.yaml deleted file mode 100644 index 3a7d2fa..0000000 --- a/argo/utilities/templates/metallb.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: metallb - namespace: argocd - labels: - utilities: kube-system -spec: - destination: - namespace: kube-system - server: https://kubernetes.default.svc - project: default - source: - repoURL: https://metallb.github.io/metallb - targetRevision: HEAD - targetRevision: 0.13.12 - chart: metallb diff --git a/argo/utilities/templates/rook.yaml b/argo/utilities/templates/rook.yaml deleted file mode 100644 index 416c7ce..0000000 --- a/argo/utilities/templates/rook.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: rook - namespace: argocd - labels: - utilities: kube-system -spec: - destination: - namespace: rook-ceph - server: https://kubernetes.default.svc - syncPolicy: - syncOptions: - - CreateNamespace=true - project: default - source: - repoURL: https://charts.rook.io/release - targetRevision: HEAD - targetRevision: 1.13.2 - chart: rook-ceph