diff --git a/pkg/issuer/acme/http/pod.go b/pkg/issuer/acme/http/pod.go index 398e32592..79f37eaf2 100644 --- a/pkg/issuer/acme/http/pod.go +++ b/pkg/issuer/acme/http/pod.go @@ -202,6 +202,9 @@ func (s *Solver) buildDefaultPod(ch *cmacme.Challenge) *corev1.Pod { ContainerPort: acmeSolverListenPort, }, }, + SecurityContext: &corev1.SecurityContext{ + AllowPrivilegeEscalation: pointer.BoolPtr(false), + }, }, }, },