forked from DevFW-CICD/stacks
29 lines
674 B
YAML
29 lines
674 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: grafana
|
||
|
namespace: argocd
|
||
|
# namespace: monitoring
|
||
|
labels:
|
||
|
env: dev
|
||
|
spec:
|
||
|
project: default
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
selfHeal: true
|
||
|
syncOptions:
|
||
|
- CreateNamespace=true
|
||
|
destination:
|
||
|
name: in-cluster
|
||
|
# namespace: grafana
|
||
|
namespace: monitoring
|
||
|
sources:
|
||
|
- repoURL: https://github.com/grafana/helm-charts
|
||
|
path: charts/grafana
|
||
|
targetRevision: HEAD
|
||
|
helm:
|
||
|
valueFiles:
|
||
|
- $values/stacks/core/grafana/values.yaml
|
||
|
- repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot
|
||
|
targetRevision: HEAD
|
||
|
ref: values
|