From cfb6e9db5b4be6eaa9444f4e3c2de93379e763cb Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 27 Dec 2025 23:28:11 +0900 Subject: [PATCH] CHORE(velero): clean up velero configuration Remove unused repository maintenance job configuration. --- velero/helm-values/velero.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/velero/helm-values/velero.yaml b/velero/helm-values/velero.yaml index a8d3374..a18e80f 100644 --- a/velero/helm-values/velero.yaml +++ b/velero/helm-values/velero.yaml @@ -68,13 +68,6 @@ configuration: # Restore only mode (for disaster recovery) restoreOnlyMode: false - # Repository maintenance job configuration - # Automatically clean up completed maintenance jobs - repositoryMaintenanceJob: - repositoryConfigData: - global: - keepLatestMaintenanceJobs: 1 # Keep only the latest 1 completed job per repository - # Credentials for S3 access (from Vault via External Secrets) credentials: useSecret: true