Skip to content

Commit

Permalink
feat(esphome): fix permsission to acceso config from code (#3519)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackjid authored Jul 31, 2024
1 parent 427dbd2 commit 1bbf248
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kubernetes/apps/home/esphome/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ spec:
memory: 512Mi
pod:
hostNetwork: true
defaultPodOptions:
securityContext:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
fsGroup: 100
fsGroupChangePolicy: OnRootMismatch
seccompProfile: { type: RuntimeDefault }
service:
app:
controller: esphome
Expand Down

0 comments on commit 1bbf248

Please sign in to comment.