mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 23:51:48 +00:00
The chart version 32.2.0 appears to change the way that dashboard configs are labeled by the chart, I do not know what is the purpose of this change yet, however it causes our Flux dashboards to fail to be included. Signed-off-by: Kingdon Barrett <kingdon@weave.works>
30 lines
622 B
YAML
30 lines
622 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: kube-prometheus-stack
|
|
spec:
|
|
interval: 5m
|
|
chart:
|
|
spec:
|
|
version: 32.1.0
|
|
chart: kube-prometheus-stack
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: prometheus-community
|
|
interval: 1m
|
|
install:
|
|
crds: Create
|
|
upgrade:
|
|
crds: CreateReplace
|
|
values:
|
|
alertmanager:
|
|
enabled: false
|
|
grafana:
|
|
sidecar:
|
|
dashboards:
|
|
searchNamespace: ALL
|
|
prometheus:
|
|
prometheusSpec:
|
|
podMonitorSelector:
|
|
matchLabels:
|
|
app.kubernetes.io/part-of: flux
|