diff --git a/apps/k8s01/blog/blog.yaml b/apps/k8s01/blog/blog.yaml
index d37b080caea1a9f834fea8283b45b2da0081bef8..d6d2d7135b691a8f0c3cf7f05d8487e17aeaede6 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