Skip to content

Commit a765315

Browse files
committed
Make drop capabilities in caps
Because the Pod admission controller is case sensitive
1 parent 0c06c5b commit a765315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
allowPrivilegeEscalation: false
4343
capabilities:
4444
drop:
45-
- All
45+
- ALL
4646
runAsNonRoot: true
4747
seccompProfile:
4848
type: RuntimeDefault

0 commit comments

Comments
 (0)