mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-20 06:06:06 +00:00
25 lines
381 B
YAML
25 lines
381 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
bases:
|
|
- ../../base
|
|
|
|
patchesStrategicMerge:
|
|
- aws-plugin.yaml # this patches the Velero deployment
|
|
# - azure-plugin.yaml # this patches the Velero deployment
|
|
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
labels:
|
|
component: velero
|
|
|
|
secretGenerator:
|
|
- name: cloud-credentials
|
|
files:
|
|
- "cloud"
|
|
|
|
|
|
|
|
|
|
|