From e769e40abafbc37d0344e8055885817c9f3063be Mon Sep 17 00:00:00 2001 From: AnthonyEnr1quez <32233059+AnthonyEnr1quez@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:12:54 -0600 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58c9a19..6efc8d2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ A utility to convert volumes provisioned by the [local-path-provisioner](https://github.com/rancher/local-path-provisioner) from [hostPath](https://kubernetes.io/docs/concepts/storage/volumes/#hostpath) to [local](https://kubernetes.io/docs/concepts/storage/volumes/#local). -Once the volume is converted to local type, it should be CSI compliant, thus allowing backups using [Velero](https://velero.io/). +Once the volume is converted to local type, restic backups using [Velero](https://velero.io/) are possible. Currently supports converting volumes from the following resources: - [Flux HelmRelease](https://fluxcd.io/flux/components/helm/helmreleases/) - [Rancher HelmChart](https://docs.k3s.io/helm#using-the-helm-crd) + +This tool was built to update pvc's using [bjw-s app-template](https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template) helm chart, so compatability with other helm charts is unlikely.