diff --git a/cluster/local-path-provisioner.tf b/cluster/local-path-provisioner.tf index 2b36e58a..1ed98a37 100644 --- a/cluster/local-path-provisioner.tf +++ b/cluster/local-path-provisioner.tf @@ -1,5 +1,5 @@ resource "helm_release" "local_path_provisioner" { - name = "local-path-provisioner" + name = "local-path-storage" repository = "./lpp" chart = "local-path-storage" create_namespace = true