1. Navigate to the Velero chart directory:
cd helm_charts/velero
  1. Add the velero Helm chart repository from vmware github repo:
helm repo add vmware-tanzu https://vmware-tanzu.github.io/helm-charts
  1. Install velero using the Helm chart. We provided the chart values customized for our needs, but you can make your changes as you wish. Specify the custom values file with -f flag:
helm install velero vmware-tanzu/velero --namespace velero -f values.yaml

This will deploy capsule in your Kubernetes cluster using the specified configuration in values.yaml file.

  1. Show the status of the helm chart
helm status capsule -n capsule-system