Skip to content

Commit

Permalink
Loki stack helm chart can deploy datasources without Grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
fredgate committed Feb 13, 2020
1 parent 0202884 commit b5a8da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion production/helm/loki-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: "v1"
name: loki-stack
version: 0.31.1
version: 0.31.2
appVersion: v1.3.0
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki-stack/templates/datasources.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.grafana.enabled .Values.grafana.sidecar.datasources.enabled }}
{{- if .Values.grafana.sidecar.datasources.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down

0 comments on commit b5a8da2

Please sign in to comment.