Skip to content

Commit 7cd958e

Browse files
committed
Make drop capabilities in caps
Because the Pod admission controller is case sensitive
1 parent f283619 commit 7cd958e

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
@@ -55,7 +55,7 @@ spec:
5555
allowPrivilegeEscalation: false
5656
capabilities:
5757
drop:
58-
- All
58+
- ALL
5959
runAsNonRoot: true
6060
seccompProfile:
6161
type: RuntimeDefault

0 commit comments

Comments
 (0)