Skip to content

Commit

Permalink
Hass: Add security context
Browse files Browse the repository at this point in the history
Hass: Fix vscode
  • Loading branch information
wrmilling committed Jan 22, 2025
1 parent 4711445 commit 61db368
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions default/home-assistant/home-assistant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ spec:
args:
- --user-data-dir
- "/config/.vscode"
- --extensions-dir
- "/config/.vscode"
- --auth
- "password"
- --port
Expand All @@ -83,6 +85,11 @@ spec:
tolerations:
- key: "arm"
operator: "Exists"
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch"
service:
main:
type: LoadBalancer
Expand Down

0 comments on commit 61db368

Please sign in to comment.