mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/khuedoan/homelab.git
synced 2026-09-20 08:03:58 +08:00
fix(volsync): enable privileged movers by default
This might not be the best approach, but for now, it's the option with the least hassle. I may refactor it in the future for greater granularity.
This commit is contained in:
@@ -67,3 +67,9 @@ argocd-apps:
|
||||
- CreateNamespace=true
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
managedNamespaceMetadata:
|
||||
annotations:
|
||||
# Enable privileged VolSync movers by default for all namespaces
|
||||
# TODO this may be refactored in the future for finer granularity
|
||||
# See also https://volsync.readthedocs.io/en/stable/usage/permissionmodel.html
|
||||
volsync.backube/privileged-movers: "true"
|
||||
|
||||
Reference in New Issue
Block a user