Skip to content

Commit

Permalink
fix double mountPath on home-assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
damoun committed Nov 13, 2023
1 parent 68f3b62 commit e6d5604
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/home-assistant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: home-assistant
description: Open source home automation that puts local control and privacy first.
type: application
version: 1.0.0
version: 1.0.1
appVersion: "2023.11.2"
dependencies:
- name: base
Expand Down
1 change: 0 additions & 1 deletion charts/home-assistant/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ spec:
{{- else if .Values.persistence.subPathExpr }}
subPathExpr: {{ .Values.persistence.subPathExpr }}
{{- end }}
mountPath: /config/.storage
- name: config-volume
mountPath: /config/configuration.yaml
subPath: configuration.yaml
Expand Down

0 comments on commit e6d5604

Please sign in to comment.