From 53a7fbbcb576e16bb421a85bbc667ed938f8e937 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Fri, 15 Sep 2023 23:49:34 +0200
Subject: [PATCH] fix(blog): Fix location of `allowPrivilegeEscalation`

---
 apps/k8s01/blog/blog.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/k8s01/blog/blog.yaml b/apps/k8s01/blog/blog.yaml
index d37b080ca..d6d2d7135 100644
--- a/apps/k8s01/blog/blog.yaml
+++ b/apps/k8s01/blog/blog.yaml
@@ -53,11 +53,11 @@ spec:
             successThreshold: 3
             periodSeconds: 5
           securityContext:
+            allowPrivilegeEscalation: false
             capabilities:
               drop:
                 - ALL
       securityContext:
-        allowPrivilegeEscalation: false
         runAsNonRoot: true
         seccompProfile:
           type: RuntimeDefault
-- 
GitLab