-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Grafana datasource not deploying #1875
Comments
hey @beasteers |
I suspect it's because I disabled the grafana subchart and used Just a guess, but perhaps normally it pulls this value (
Here's our full Flux HelmRelease. apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: victoria-metrics
namespace: monitoring
spec:
interval: 15m0s
releaseName: victoria-metrics
targetNamespace: monitoring
chart:
spec:
chart: victoria-metrics-k8s-stack
version: "0.31.0"
sourceRef:
kind: HelmRepository
name: victoria-metrics
namespace: cluster-config
install:
remediation:
retries: 3
values:
defaultDashboards:
enabled: true
defaultDatasources:
victoriametrics:
datasources:
- name: Prometheus
type: prometheus
isDefault: false
prometheus-operator-crds:
enabled: true
grafana:
enabled: false
forceDeployDatasource: true
sidecar:
datasources:
label: grafana_datasource
prometheus-node-exporter:
enabled: true
kube-state-metrics:
enabled: true
kubeScheduler:
enabled: true
kubelet:
enabled: true
kubeApiServer:
enabled: false #true
coreDns:
enabled: false #true
kubeEtcd:
enabled: false #true
kubeControllerManager:
enabled: false
kubeDns:
enabled: false
kubeProxy:
enabled: false
vmsingle:
spec:
retentionPeriod: "2w"
replicaCount: 1
storage:
storageClassName: ssd-retain
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 25Gi
resources:
requests:
cpu: 100m
memory: 600Mi
limits:
cpu: 500m
memory: 600Mi |
copied |
Chart name and version
chart: victoria-metrics-k8s-stack
version: v0.31.0
Describe the bug
Grafana datasource doesn't deploy by default:
It's missing a default value for
grafana.sidecar.datasources.label: grafana_datasource
By default it does this:
Custom values
Please provide only custom values (excluding default ones):
The text was updated successfully, but these errors were encountered: