monitoring: fix prometheus chartName
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
name: prometheus
|
name: kube-prometheus-stack
|
||||||
spec:
|
spec:
|
||||||
releaseName: prometheus
|
releaseName: prometheus
|
||||||
interval: 1m
|
interval: 1m
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: source.toolkit.fluxcd.io/v1
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
metadata:
|
metadata:
|
||||||
name: prometheus-stack
|
name: prometheus
|
||||||
spec:
|
spec:
|
||||||
interval: 40h
|
interval: 40h
|
||||||
url: https://prometheus-community.github.io/helm-charts
|
url: https://prometheus-community.github.io/helm-charts
|
||||||
Reference in New Issue
Block a user