Skip to content

Commit

Permalink
Fix HACS modules loading
Browse files Browse the repository at this point in the history
  • Loading branch information
prehor committed Dec 29, 2024
1 parent f2eb029 commit 36ad1ad
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ spec:
tls:
- hosts:
- *host
configMaps:
home-assistant-dockerenv:
data:
dockerenv: ""
persistence:
config:
existingClaim: *app
Expand All @@ -235,6 +239,14 @@ spec:
subPath: ssh-privatekey
- path: /root/.ssh/known_hosts2
subPath: ssh-known-hosts
dockerenv:
type: configMap
name: home-assistant-dockerenv
advancedMounts:
home-assistant:
app:
- path: /root/.dockerenv
subPath: dockerenv
logs:
type: emptyDir
advancedMounts:
Expand Down

0 comments on commit 36ad1ad

Please sign in to comment.