Skip to content

Commit 9919c07

Browse files
fullstackjamclaude
andcommitted
fix(rook-ceph): disable snapshot-controller conversion webhook
The conversion webhook is not needed as there are no v1beta1 VolumeSnapshots to convert. Disabling it avoids the port binding permission issue. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b229bd5 commit 9919c07

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

kubernetes/system/rook-ceph/values.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
snapshot-controller:
22
webhook:
3-
securityContext:
4-
capabilities:
5-
add:
6-
- NET_BIND_SERVICE
7-
drop:
8-
- ALL
9-
readOnlyRootFilesystem: true
10-
runAsNonRoot: true
11-
runAsUser: 1000
3+
enabled: false
124

135
rook-ceph:
146
monitoring:

0 commit comments

Comments
 (0)