change conditionals around how dashboards are installed

add ingress for grafana
reduce some variables and reuse existing
This commit is contained in:
Edward Welch
2024-04-06 15:36:46 +00:00
parent 509a32bc59
commit e7f28a261e
17 changed files with 145 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
{{- if .Values.dashboards.metrics.enabled }}
{{- if and .Values.local.grafana.enabled .Values.dashboards.metrics.enabled }}
---
apiVersion: v1
kind: ConfigMap