Skip to content

Commit

Permalink
Removes run-user from rocks (#13)
Browse files Browse the repository at this point in the history
The CSI components need to be able to connect to the
unix:///csi/csi.sock file, and they cannot do that with the current
user.
  • Loading branch information
claudiubelu authored Aug 21, 2024
1 parent 1af8995 commit 2644a77
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion csi-attacher/4.5.1/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ version: 4.5.1

base: bare
build-base: ubuntu@22.04
run-user: _daemon_

platforms:
amd64:
Expand Down
1 change: 0 additions & 1 deletion csi-node-driver-registrar/2.10.0/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ version: 2.10.0

base: bare
build-base: ubuntu@22.04
run-user: _daemon_

platforms:
amd64:
Expand Down
1 change: 0 additions & 1 deletion csi-provisioner/4.0.0/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ version: 4.0.0

base: bare
build-base: ubuntu@22.04
run-user: _daemon_

platforms:
amd64:
Expand Down
1 change: 0 additions & 1 deletion csi-resizer/1.10.1/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ version: 1.10.1

base: bare
build-base: ubuntu@22.04
run-user: _daemon_

platforms:
amd64:
Expand Down
1 change: 0 additions & 1 deletion csi-snapshotter/6.3.3/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ version: 6.3.3

base: bare
build-base: ubuntu@22.04
run-user: _daemon_

platforms:
amd64:
Expand Down
1 change: 0 additions & 1 deletion livenessprobe/2.12.0/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ version: 2.12.0

base: bare
build-base: ubuntu@22.04
run-user: _daemon_

platforms:
amd64:
Expand Down
1 change: 0 additions & 1 deletion snapshot-controller/6.3.3/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ version: 6.3.3

base: bare
build-base: ubuntu@22.04
run-user: _daemon_

platforms:
amd64:
Expand Down

0 comments on commit 2644a77

Please sign in to comment.