alloy implementation commented out
This commit is contained in:
parent
81e85ff518
commit
3a5df11604
1 changed files with 29 additions and 29 deletions
|
@ -1,29 +1,29 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
# apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
# kind: Application
|
||||||
metadata:
|
# metadata:
|
||||||
name: promtail
|
# name: promtail
|
||||||
namespace: argocd
|
# namespace: argocd
|
||||||
labels:
|
# labels:
|
||||||
env: dev
|
# env: dev
|
||||||
finalizers:
|
# finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
# - resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
# spec:
|
||||||
project: default
|
# project: default
|
||||||
syncPolicy:
|
# syncPolicy:
|
||||||
automated:
|
# automated:
|
||||||
selfHeal: true
|
# selfHeal: true
|
||||||
syncOptions:
|
# syncOptions:
|
||||||
- CreateNamespace=true
|
# - CreateNamespace=true
|
||||||
destination:
|
# destination:
|
||||||
name: in-cluster
|
# name: in-cluster
|
||||||
namespace: monitoring
|
# namespace: monitoring
|
||||||
sources:
|
# sources:
|
||||||
- repoURL: https://github.com/grafana/helm-charts
|
# - repoURL: https://github.com/grafana/helm-charts
|
||||||
path: charts/promtail
|
# path: charts/promtail
|
||||||
targetRevision: HEAD
|
# targetRevision: HEAD
|
||||||
helm:
|
# helm:
|
||||||
valueFiles:
|
# valueFiles:
|
||||||
- $values/stacks/monitoring/promtail/values.yaml
|
# - $values/stacks/monitoring/promtail/values.yaml
|
||||||
- repoURL: https://{{{ .Env.DOMAIN_GITEA }}}/giteaAdmin/edfbuilder
|
# - repoURL: https://{{{ .Env.DOMAIN_GITEA }}}/giteaAdmin/edfbuilder
|
||||||
targetRevision: HEAD
|
# targetRevision: HEAD
|
||||||
ref: values
|
# ref: values
|
Loading…
Reference in a new issue