Skip to content

Commit

Permalink
Console: fix typo in chart grafana support (#47)
Browse files Browse the repository at this point in the history
* Fix typos in console grafana template

* bump chart version
  • Loading branch information
qboileau authored Jan 5, 2024
1 parent 5a9b851 commit 30bd7b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/console/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: console
appVersion: 1.20.0
version: 1.5.2
version: 1.5.3
description: Helm chart to deploy Conduktor Platform on Kubernetes
icon: https://www.conduktor.io/svgs/logo/symbol.svg
home: https://www.conduktor.io
Expand Down
4 changes: 2 additions & 2 deletions charts/console/templates/platform/grafana-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
{{ toPrettyJson $consoleDashboard | indent 4 }}
{{- end }}
---
{{- /* Support for v4 of Grafana operator */ -}}
{{/* Support for v4 of Grafana operator */}}
{{- if .Capabilities.APIVersions.Has "integreatly.org/v1alpha1/GrafanaDashboard" }}
{{- $consoleDashboardName := printf "%s-%s" (include "common.names.fullname" .) "dashboards" | trunc 63 | trimSuffix "-" -}}
apiVersion: integreatly.org/v1alpha1
Expand All @@ -76,7 +76,7 @@ spec:
{{- if .Values.platform.metrics.grafana.folder }}
customFolderName: {{ .Values.platform.metrics.grafana.folder | quote }}
{{- end }}
datasou2rces:
datasources:
- inputName: "DS_PROMETHEUS"
datasourceName: {{ .Values.platform.metrics.grafana.datasources.prometheus | quote }}
- inputName: "VAR_NAMESPACE"
Expand Down

0 comments on commit 30bd7b0

Please sign in to comment.