From 7468d865ca56ce488f4a5b000e4806aeee93db88 Mon Sep 17 00:00:00 2001 From: Max batleforc Date: Fri, 28 Jun 2024 03:15:51 +0200 Subject: [PATCH] fix: correctif cicd --- chart/templates/Deployment.surreal.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chart/templates/Deployment.surreal.yaml b/chart/templates/Deployment.surreal.yaml index 25759f6..f815a73 100644 --- a/chart/templates/Deployment.surreal.yaml +++ b/chart/templates/Deployment.surreal.yaml @@ -25,6 +25,10 @@ spec: annotations: rollme: {{ randAlphaNum 5 | quote }} spec: + securityContext: + runAsUser: 1000 + runAsGroup: 1000 + fsGroup: 1000 imagePullSecrets: - name: harbor-pull volumes: