feat: change security context
Some checks failed
lint-test-helm / lint-helm (push) Successful in 23s
render-manifests-push / render-manifests-push (push) Successful in 54s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2026-03-11 16:47:42 -05:00
parent 10ca9c3d8e
commit 3d35bdf2df
2 changed files with 8 additions and 2 deletions

View File

@@ -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 * * *

View File

@@ -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 * * *