forked from DevFW-CICD/stacks
26 lines
684 B
YAML
26 lines
684 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: grafana-operator
|
||
|
namespace: argocd
|
||
|
labels:
|
||
|
env: dev
|
||
|
spec:
|
||
|
project: default
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
selfHeal: true
|
||
|
syncOptions:
|
||
|
- CreateNamespace=true
|
||
|
- ServerSideApply=true
|
||
|
destination:
|
||
|
name: in-cluster
|
||
|
namespace: observability
|
||
|
sources:
|
||
|
- chart: grafana-operator
|
||
|
repoURL: ghcr.io/grafana/helm-charts
|
||
|
targetRevision: v5.18.0
|
||
|
- repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}}
|
||
|
targetRevision: HEAD
|
||
|
path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/observability/grafana-operator/manifests"
|