From 718260e29a5085a1a796a99f215d7a84186a1028 Mon Sep 17 00:00:00 2001 From: jessebot Date: Sat, 29 Jul 2023 14:15:58 +0200 Subject: [PATCH] removing the container level security context for coturn --- charts/coturn/templates/deployment.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/charts/coturn/templates/deployment.yaml b/charts/coturn/templates/deployment.yaml index d6b9991..8fb7375 100644 --- a/charts/coturn/templates/deployment.yaml +++ b/charts/coturn/templates/deployment.yaml @@ -162,12 +162,6 @@ spec: {{- end }} - name: var-tmp mountPath: /var/tmp - securityContext: - capabilities: - drop: - - ALL - readOnlyRootFilesystem: true - allowPrivilegeEscalation: false {{- with .Values.resources }} resources: {{- toYaml . | nindent 12 }}