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 77f75bb
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ spec:
tls:
- hosts:
- *host
configMaps:
# https://github.com/home-assistant/core/issues/127966#issuecomment-2539017518
dockerenv:
data:
dockerenv: ""
persistence:
config:
existingClaim: *app
Expand All @@ -235,6 +240,15 @@ spec:
subPath: ssh-privatekey
- path: /root/.ssh/known_hosts2
subPath: ssh-known-hosts
# https://github.com/home-assistant/core/issues/127966#issuecomment-2539017518
dockerenv:
type: configMap
name: home-assistant-dockerenv
advancedMounts:
home-assistant:
app:
- path: /.dockerenv
subPath: dockerenv
logs:
type: emptyDir
advancedMounts:
Expand Down

0 comments on commit 77f75bb

Please sign in to comment.