We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5bec3d + 6fa1ee7 commit 0beb09cCopy full SHA for 0beb09c
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.7
+version: 0.0.8
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