From 3d35bdf2dff76634e49b3a6eb7f918894a21b6c2 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 11 Mar 2026 16:47:42 -0500 Subject: [PATCH] feat: change security context --- clusters/cl01tl/helm/actual/values.yaml | 5 +++-- clusters/cl01tl/helm/outline/values.yaml | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/actual/values.yaml b/clusters/cl01tl/helm/actual/values.yaml index 2af861d4b..6cd281605 100644 --- a/clusters/cl01tl/helm/actual/values.yaml +++ b/clusters/cl01tl/helm/actual/values.yaml @@ -81,7 +81,8 @@ volsync-target-data: enabled: true schedule: 0 8 * * * remote: - enabled: false - external: enabled: true schedule: 0 9 * * * + external: + enabled: true + schedule: 0 10 * * * diff --git a/clusters/cl01tl/helm/outline/values.yaml b/clusters/cl01tl/helm/outline/values.yaml index d6e9cb268..1459a6362 100644 --- a/clusters/cl01tl/helm/outline/values.yaml +++ b/clusters/cl01tl/helm/outline/values.yaml @@ -5,6 +5,9 @@ outline: replicas: 1 strategy: Recreate revisionHistoryLimit: 3 + pod: + securityContext: + fsGroup: 1001 containers: main: image: @@ -175,6 +178,8 @@ postgres-18-cluster: # backupName: external volsync-target-data: pvcTarget: outline-data + moverSecurityContext: + fsGroup: 1001 local: enabled: true schedule: 50 11 * * *