feat: change security context
This commit is contained in:
@@ -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 * * *
|
||||
|
||||
Reference in New Issue
Block a user