Skip to content

Commit

Permalink
fix(helmfile): wipe-rook task not readonly mounts
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Jan 9, 2025
1 parent cf83ec8 commit 135ae5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kubernetes/main/bootstrap/templates/wipe-rook.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ persistence:
hostPathType: Directory
globalMounts:
- path: /mnt/host_var
readOnly: true
host-dev:
type: hostPath
hostPath: /dev/disk/by-id
hostPathType: Directory
globalMounts:
- path: /dev/disk/by-id
readOnly: true

0 comments on commit 135ae5d

Please sign in to comment.