local: patch velero suspend for local testing

这个提交包含在:
rohow
2026-03-25 16:11:30 +08:00
未验证
父节点 e66e6ca711
当前提交 fe58e0b087
修改 2 个文件,包含 24 行新增0 行删除
+5
查看文件
@@ -2,3 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
patches:
- target:
kind: Kustomization
name: infra-devops
path: patches/infra-devops.yaml
@@ -0,0 +1,19 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-devops
spec:
patches:
- target:
kind: HelmRelease
name: velero
patch: |
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: velero
spec:
install:
remediation:
retries: -1
suspend: true