From 864124796eb43bb4c600247178d5d5f2c7c517a8 Mon Sep 17 00:00:00 2001 From: Jo Date: Tue, 19 Sep 2023 14:44:09 +0200 Subject: [PATCH] fix: securityContext maildev --- charts/maildev/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/maildev/templates/deployment.yaml b/charts/maildev/templates/deployment.yaml index 79be50c..84419d6 100644 --- a/charts/maildev/templates/deployment.yaml +++ b/charts/maildev/templates/deployment.yaml @@ -46,6 +46,9 @@ spec: httpGet: path: /healthz port: http + securityContext: + runAsUser: 1000 + runAsGroup: 1000 resources: {{- toYaml .Values.resources | nindent 12 }} volumes: