Skip to content

Commit

Permalink
Merge pull request #4249 from tyriis/feature/zigbee2mqtt
Browse files Browse the repository at this point in the history
fix(zigbee2mqtt): adjust privileges, restore from basement
  • Loading branch information
tyriis authored Jan 1, 2025
2 parents b705345 + 72477fc commit 1632994
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ spec:
containers:
app:
nameOverride: *app
# required to open USB device
securityContext:
privileged: true
envFrom:
- secretRef:
name: zigbee2mqtt-env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
trigger:
manual: restore-once
restic:
repository: zigbee2mqtt-basement-volsync
repository: zigbee2mqtt-downstairs-volsync
copyMethod: Snapshot
volumeSnapshotClassName: csi-ceph-blockpool
cacheStorageClassName: ceph-block
Expand Down

0 comments on commit 1632994

Please sign in to comment.