stacks-instances/otc/stacks/observability/grafana-operator.yaml

26 lines
645 B
YAML
Raw Permalink Normal View History

2025-06-22 13:43:30 +00:00
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
2025-06-26 07:50:51 +00:00
- repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances
2025-06-22 13:43:30 +00:00
targetRevision: HEAD
2025-06-27 12:14:12 +00:00
path: "otc//stacks/observability/grafana-operator/manifests"