diff --git a/manifests/k8s/deploy.yaml b/manifests/k8s/deploy.yaml index 0d7c12f..7284735 100644 --- a/manifests/k8s/deploy.yaml +++ b/manifests/k8s/deploy.yaml @@ -23,7 +23,7 @@ spec: - name: nginx image: nginx:1.14.2 securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: drop: - ALL