Skip to content

Commit fd3df37

Browse files
committed
fix: Error of SCC example yaml file is fixed
Signed-off-by: saurabh martande <smartand@redhat.com>
1 parent 5d84340 commit fd3df37

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

modules/security-context-constraints-example.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ metadata:
3737
name: privileged
3838
priority: null
3939
readOnlyRootFilesystem: false
40-
requiredDropCapabilities: <5>
41-
- KILL
42-
- MKNOD
43-
- SETUID
44-
- SETGID
40+
requiredDropCapabilities: null <5>
4541
runAsUser: <6>
4642
type: RunAsAny
4743
seLinuxContext: <7>

0 commit comments

Comments
 (0)