Skip to content

Commit

Permalink
docs: qualify reference to deprecated PSP (#12990)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com>
  • Loading branch information
joebowbeer committed Apr 29, 2024
1 parent ad823a5 commit ed55b02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/workflow-pod-security-context.md
Expand Up @@ -4,7 +4,9 @@ By default, all workflow pods run as root.

You can run your workflow pods more securely by configuring the [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) for your workflow pod.

This is likely to be necessary if you have a [pod security policy](https://kubernetes.io/docs/concepts/policy/pod-security-policy/).
This is likely to be necessary if pod security standards ([PSS](https://kubernetes.io/docs/concepts/security/pod-security-standards)) are enforced by
[PSA](https://kubernetes.io/docs/concepts/security/pod-security-admission/) or other means, or if you have a
[pod security policy](https://kubernetes.io/docs/concepts/policy/pod-security-policy/) (deprecated).

```yaml
apiVersion: argoproj.io/v1alpha1
Expand Down

0 comments on commit ed55b02

Please sign in to comment.