forked from DevFW-CICD/stacks
29 lines
703 B
YAML
29 lines
703 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: alloy
|
||
|
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/alloy.git
|
||
|
path: operations/helm/charts/alloy
|
||
|
targetRevision: HEAD
|
||
|
helm:
|
||
|
valueFiles:
|
||
|
- $values/stacks/monitoring/alloy/values.yaml
|
||
|
- repoURL: https://{{{ .Env.DOMAIN_GITEA }}}/giteaAdmin/edfbuilder
|
||
|
targetRevision: HEAD
|
||
|
ref: values
|