Refactor(velero): move namespace to velero

This commit is contained in:
2025-07-26 19:26:43 +08:00
parent 98eb4ddfa2
commit 8931cce2e5
5 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ metadata:
namespace: flux-system
spec:
interval: 10m0s
path: ./velero-system
path: ./velero
prune: true
force: false
sourceRef:

View File

@@ -1,7 +1,7 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: velero-system
namespace: velero
generatorOptions:
disableNameSuffixHash: true
resources:

View File

@@ -2,4 +2,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: velero-system
name: velero