From ed4af978227be311c95592bba8986c5387110c3e Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Thu, 2 Jun 2022 11:56:02 +0200 Subject: [PATCH] bugfix: wordpress --- smardigo/templates/wordpress/deployment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/smardigo/templates/wordpress/deployment.yml b/smardigo/templates/wordpress/deployment.yml index 6b6e0b2..3c64f7f 100644 --- a/smardigo/templates/wordpress/deployment.yml +++ b/smardigo/templates/wordpress/deployment.yml @@ -12,6 +12,8 @@ spec: labels: app: "wordpress" spec: + securityContext: + runAsUser: 33 volumes: - name: wordpress-content persistentVolumeClaim: