From 68f87a15fab9c6ea7223c2a12bf34dbe60576909 Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Fri, 27 May 2022 19:42:19 +0200 Subject: [PATCH] feat: remove more user restrictions of restic --- restic/Chart.yaml | 2 +- restic/values.yaml | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/restic/Chart.yaml b/restic/Chart.yaml index 5da0ec4..2e462ed 100644 --- a/restic/Chart.yaml +++ b/restic/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: restic description: Helm Chart for restic type: application -version: 1.1.0 +version: 1.2.0 appVersion: "0.13.1" diff --git a/restic/values.yaml b/restic/values.yaml index 37c7f74..ba0b9c8 100644 --- a/restic/values.yaml +++ b/restic/values.yaml @@ -28,13 +28,9 @@ jobAnnotations: { } podAnnotations: { } -podSecurityContext: - fsGroup: 2000 +podSecurityContext: { } -securityContext: - capabilities: - drop: - - ALL +securityContext: { } resources: limits: -- GitLab