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:
2026-01-03 13:41:07 +09:00
parent bc8d0dd521
commit ad0be20dd9
2 changed files with 18 additions and 0 deletions

View File

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