File tree Expand file tree Collapse file tree 3 files changed +44
-1
lines changed
clusters/svc.pt.soeren.cloud/infra/flux Expand file tree Collapse file tree 3 files changed +44
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : notification.toolkit.fluxcd.io/v1beta3
3
+ kind : Alert
4
+ metadata :
5
+ name : grafana
6
+ spec :
7
+ providerRef :
8
+ name : grafana
9
+ eventSeverity : info
10
+ eventSources :
11
+ - kind : GitRepository
12
+ name : ' *'
13
+ namespace : flux-system
14
+ ---
15
+ apiVersion : notification.toolkit.fluxcd.io/v1beta3
16
+ kind : Provider
17
+ metadata :
18
+ name : grafana
19
+ spec :
20
+ type : grafana
21
+ address : " http://grafana.grafana/api/annotations"
22
+ secretRef :
23
+ name : grafana
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : " external-secrets.io/v1beta1"
3
+ kind : " ExternalSecret"
4
+ metadata :
5
+ name : " grafana"
6
+ spec :
7
+ refreshInterval : " 12h"
8
+ secretStoreRef :
9
+ name : " vault"
10
+ kind : " ClusterSecretStore"
11
+ target :
12
+ name : " grafana"
13
+ creationPolicy : " Owner"
14
+ data :
15
+ - secretKey : " token"
16
+ remoteRef :
17
+ key : " secret/soeren.cloud/k8s/svc.pt.soeren.cloud/grafana/flux-svc.pt"
18
+ property : " token"
Original file line number Diff line number Diff line change 2
2
apiVersion : kustomize.config.k8s.io/v1beta1
3
3
kind : Kustomization
4
4
resources :
5
- - ../../../../infra/flux
5
+ - " ../../../../infra/flux"
6
+ - " external-secret-grafana.yaml"
7
+ - " alerts-grafana.yaml"
6
8
patches :
7
9
- target :
8
10
kind : Kustomization
You can’t perform that action at this time.
0 commit comments