Cleaned up loki-chart

This commit is contained in:
Marcus Noble 2021-06-14 16:48:24 +01:00
parent 9e7d07297b
commit b858dfcdfc
2 changed files with 0 additions and 229 deletions

View File

@ -1,24 +0,0 @@
# 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

File diff suppressed because one or more lines are too long