You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| serviceAccount | string | No | - | Set ServiceAccount |
18
17
| securityContext |[SecurityContext](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#securitycontext-v1-core)| No | {} | SecurityContext holds security configuration that will be applied to a container. |
19
18
| podSecurityContext |[PodSecurityContext](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#podsecuritycontext-v1-core)| No | {} | PodSecurityContext holds pod-level security attributes and common container settings. Some |
@@ -151,127 +150,6 @@ spec:
151
150
EOF
152
151
```
153
152
154
-
## Enabling Pod Security Policies ([PSP](https://kubernetes.io/docs/concepts/policy/pod-security-policy/))
155
-
156
-
> This option depends on the roleBasedAccessControlCreate enabled status because the psp require rbac roles also.
157
-
158
-
### Deploy with Kubernetes Manifests {#psp-deploy-kubernetes-manifests}
0 commit comments