openebs / lvm-localpv

Dynamically provision Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is integrated with a backend LVM2 data storage stack.
Apache License 2.0
245 stars 92 forks source link

feat(lvm-localpv): make the installation of snapshot.storage.k8s.io CRDs optional #205

Closed phhutter closed 1 year ago

phhutter commented 2 years ago

Why is this PR required? What issue does it fix?: change for #203

What this PR does?: This PR will enable the possibility to disable the installation of the volumesnapshot CRDs. To prevent any regressions, the default has been set to true. These resources are usually maintained and managed by the underlying kubernetes distribution. In case of OpenShift, it will automatically revert back the modifications made by this helmchart. This could be problematic if you use ArgoCD and have it on autosync.

Checklist:

ryanfaircloth commented 1 year ago

this is infact impact me with argocd could this get merged with a small release

niladrih commented 1 year ago

Closing this PR. This commit has been included in PR https://github.com/openebs/lvm-localpv/pull/243.