fix: add mover contect (#5023)
All checks were successful
lint-test-helm / lint-helm (push) Successful in 24s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 2m27s

Reviewed-on: #5023
This commit was merged in pull request #5023.
This commit is contained in:
2026-03-24 02:10:14 +00:00
parent 1b61891d18
commit 3f9743ee3f

View File

@@ -14,3 +14,8 @@ spec:
repository: booklore-config-backup-secret-local repository: booklore-config-backup-secret-local
destinationPVC: grimmory-config destinationPVC: grimmory-config
copyMethod: Direct copyMethod: Direct
moverSecurityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch