CHORE(velero): disable BSL validation
- Set storeValidationFrequency to 0 (disabled) - Prevents ArgoCD refresh every 24 seconds - Manual backups still work normally
This commit is contained in:
@@ -7,6 +7,12 @@ metadata:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
# Ignore BackupStorageLocation status changes (updated every 24s by velero)
|
||||
ignoreDifferences:
|
||||
- group: velero.io
|
||||
kind: BackupStorageLocation
|
||||
jsonPointers:
|
||||
- /status
|
||||
sources:
|
||||
- repoURL: https://vmware-tanzu.github.io/helm-charts
|
||||
chart: velero
|
||||
@@ -33,6 +39,7 @@ spec:
|
||||
- CreateNamespace=true
|
||||
- PrunePropagationPolicy=foreground
|
||||
- PruneLast=true
|
||||
- RespectIgnoreDifferences=true
|
||||
retry:
|
||||
limit: 5
|
||||
backoff:
|
||||
|
||||
Reference in New Issue
Block a user