Automated upload for dev.t09.de

This commit is contained in:
Martin McCaffery 2026-01-30 14:56:24 +01:00
parent 5d6e1d3f80
commit 585ccce95d
No known key found for this signature in database
GPG key ID: 7C4D0F375BCEE533
53 changed files with 4333 additions and 0 deletions

View file

@ -0,0 +1,25 @@
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://edp.buildth.ing/DevFW-CICD/stacks-instances
targetRevision: HEAD
path: "otc/dev.t09.de/stacks/observability/grafana-operator/manifests"