Fix(velero): disable random suffix

This commit is contained in:
2025-04-29 14:16:49 +08:00
parent 90beadfca2
commit 057ac1fdd4

View File

@@ -2,6 +2,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: velero-system namespace: velero-system
generatorOptions:
disableNameSuffixHash: true
resources: resources:
- namespace.yaml - namespace.yaml
- helmrelease.yaml - helmrelease.yaml