We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb3a6b commit 55af0e9Copy full SHA for 55af0e9
config/manager/manager.yaml
@@ -54,13 +54,8 @@ spec:
54
- linux
55
securityContext:
56
runAsNonRoot: true
57
- # TODO(user): For common cases that do not require escalating privileges
58
- # it is recommended to ensure that all your Pods/Containers are restrictive.
59
- # More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
60
- # Please uncomment the following code if your project does NOT have to work on old Kubernetes
61
- # versions < 1.19 or on vendors versions which do NOT support this field by default (i.e. Openshift < 4.11 ).
62
- # seccompProfile:
63
- # type: RuntimeDefault
+ seccompProfile:
+ type: RuntimeDefault
64
containers:
65
- command:
66
- /manager
0 commit comments