fix typo in prometheus rule

This commit is contained in:
2024-02-13 07:34:20 -07:00
parent 1cb675e7c3
commit 5a3cb20dcb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: home-assistant
version: 0.0.7
version: 0.0.8
description: Chart for Home Assistant
keywords:
- home-automation

View File

@@ -15,5 +15,5 @@ spec:
groups:
- name: {{ .Release.Name }}
rules:
{{- toYaml .Values.prometheusRule.rules | nindent 8 }}
{{- toYaml .Values.metrics.prometheusRule.rules | nindent 8 }}
{{- end }}