[LOCAL PATH PROVISIONER] Use the helm chart.

This commit is contained in:
Kat Inskip 2023-05-06 12:07:57 -07:00
parent 60d55db7fd
commit 8e3a8256a3
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 15 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "lpp"]
path = cluster/lpp
url = git@github.com:rancher/local-path-provisioner.git

View file

@ -0,0 +1,11 @@
resource "helm_release" "local_path_provisioner" {
name = "local-path-provisioner"
repository = "./lpp"
chart = "local-path-storage"
create_namespace = true
namespace = "local-path-storage"
timeout = var.helm_timeout
cleanup_on_fail = true
force_update = true
}

1
cluster/lpp Submodule

@ -0,0 +1 @@
Subproject commit 97e0501428f0a5bcac49ecd0bfdb051797c4a6c5