Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEnr1quez committed Feb 27, 2023
1 parent d450d54 commit e769e40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e769e40

Please sign in to comment.