From adb561ba9cff2d2e5fe32ea6ef17c3b3435bf5e6 Mon Sep 17 00:00:00 2001 From: Anusha Hegde Date: Thu, 7 Nov 2024 08:03:35 +0100 Subject: [PATCH] Update deploy.yaml update deployment --- manifests/k8s/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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