mirror of
https://github.com/zoriya/snow.git
synced 2025-12-05 23:06:23 +00:00
Add grafana operator
This commit is contained in:
23
apps/grafana-operator.yaml
Normal file
23
apps/grafana-operator.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: grafana-operator
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: grafana
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
source:
|
||||
repoURL: ghcr.io/grafana/helm-charts
|
||||
chart: grafana-operator
|
||||
targetRevision: v5.20.0
|
||||
helm:
|
||||
valuesObject: {}
|
||||
Reference in New Issue
Block a user