We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58161dd + 71e2fbe commit b5bec3dCopy full SHA for b5bec3d
2 files changed
charts/home-assistant/Chart.yaml
@@ -3,7 +3,7 @@ apiVersion: v2
3
appVersion: 2024.6.4
4
description: Home Assistant automation
5
name: home-assistant
6
-version: 0.0.6
+version: 0.0.7
7
keywords:
8
- home-assistant
9
- automation
charts/home-assistant/templates/statefulset.yaml
@@ -97,7 +97,7 @@ spec:
97
volumeMounts:
98
- mountPath: /config
99
name: ha-data
100
- #subPath: config
+ subPath: config
101
{{- range .Values.hostMounts }}
102
{{- if .mountPath }}
103
- mountPath: {{ .mountPath }}
0 commit comments