From d96095535e3b1ac28601ca2f4a71fdc3c4947383 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 14 Jun 2021 12:40:16 +0100 Subject: [PATCH] Removerted to using loki-stack --- manifests/_apps/loki_chart.yaml | 48 ++++++++++++++++----------------- manifests/_apps/monitoring.yaml | 48 ++++++++++++++++----------------- 2 files changed, 48 insertions(+), 48 deletions(-) diff --git a/manifests/_apps/loki_chart.yaml b/manifests/_apps/loki_chart.yaml index fe35aa2..7338cd1 100644 --- a/manifests/_apps/loki_chart.yaml +++ b/manifests/_apps/loki_chart.yaml @@ -1,24 +1,24 @@ -# apiVersion: argoproj.io/v1alpha1 -# kind: Application -# metadata: -# name: loki -# namespace: argocd -# finalizers: -# - resources-finalizer.argocd.argoproj.io -# spec: -# project: cluster.fun -# destination: -# namespace: logging -# name: cluster-fun (scaleway) -# source: -# path: manifests/loki_chart -# repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" -# targetRevision: HEAD -# syncPolicy: -# syncOptions: -# - CreateNamespace=true -# automated: {} -# ignoreDifferences: -# - kind: Secret -# jsonPointers: -# - /data +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: loki + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: logging + name: cluster-fun (scaleway) + source: + path: manifests/loki_chart + repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" + targetRevision: HEAD + syncPolicy: + syncOptions: + - CreateNamespace=true + automated: {} + ignoreDifferences: + - kind: Secret + jsonPointers: + - /data diff --git a/manifests/_apps/monitoring.yaml b/manifests/_apps/monitoring.yaml index bcdef4d..ab4e431 100644 --- a/manifests/_apps/monitoring.yaml +++ b/manifests/_apps/monitoring.yaml @@ -1,24 +1,24 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: monitoring - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: cluster.fun - destination: - namespace: monitoring - name: cluster-fun (scaleway) - source: - path: manifests/monitoring - repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" - targetRevision: HEAD - syncPolicy: - automated: {} - syncOptions: - - CreateNamespace=true - ignoreDifferences: - - kind: Secret - jsonPointers: - - /data +# apiVersion: argoproj.io/v1alpha1 +# kind: Application +# metadata: +# name: monitoring +# namespace: argocd +# finalizers: +# - resources-finalizer.argocd.argoproj.io +# spec: +# project: cluster.fun +# destination: +# namespace: monitoring +# name: cluster-fun (scaleway) +# source: +# path: manifests/monitoring +# repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" +# targetRevision: HEAD +# syncPolicy: +# automated: {} +# syncOptions: +# - CreateNamespace=true +# ignoreDifferences: +# - kind: Secret +# jsonPointers: +# - /data