From 00b9c74b76b413ec3041829d13e9f1dd6c96b017 Mon Sep 17 00:00:00 2001 From: Ferran Llamas Date: Tue, 16 Jan 2024 15:43:05 +0100 Subject: [PATCH] try without privileged (#1733) --- charts/nucliadb/templates/sts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nucliadb/templates/sts.yaml b/charts/nucliadb/templates/sts.yaml index 5d628d074c..64f806a435 100644 --- a/charts/nucliadb/templates/sts.yaml +++ b/charts/nucliadb/templates/sts.yaml @@ -44,7 +44,7 @@ spec: - name: app image: "{{ .Values.image }}:{{ .Values.imageVersion }}" securityContext: - privileged: true + privileged: false imagePullPolicy: {{ .Values.imagePullPolicy }} livenessProbe: failureThreshold: 5