alloy implementation commented out

This commit is contained in:
miwr 2025-03-12 14:22:29 +01:00
parent 81e85ff518
commit 3a5df11604

View file

@ -1,29 +1,29 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: promtail
namespace: argocd
labels:
env: dev
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true
destination:
name: in-cluster
namespace: monitoring
sources:
- repoURL: https://github.com/grafana/helm-charts
path: charts/promtail
targetRevision: HEAD
helm:
valueFiles:
- $values/stacks/monitoring/promtail/values.yaml
- repoURL: https://{{{ .Env.DOMAIN_GITEA }}}/giteaAdmin/edfbuilder
targetRevision: HEAD
ref: values
# apiVersion: argoproj.io/v1alpha1
# kind: Application
# metadata:
# name: promtail
# namespace: argocd
# labels:
# env: dev
# finalizers:
# - resources-finalizer.argocd.argoproj.io
# spec:
# project: default
# syncPolicy:
# automated:
# selfHeal: true
# syncOptions:
# - CreateNamespace=true
# destination:
# name: in-cluster
# namespace: monitoring
# sources:
# - repoURL: https://github.com/grafana/helm-charts
# path: charts/promtail
# targetRevision: HEAD
# helm:
# valueFiles:
# - $values/stacks/monitoring/promtail/values.yaml
# - repoURL: https://{{{ .Env.DOMAIN_GITEA }}}/giteaAdmin/edfbuilder
# targetRevision: HEAD
# ref: values