mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
[LOCAL PATH PROVISIONER] Use the helm chart.
This commit is contained in:
parent
60d55db7fd
commit
8e3a8256a3
3 changed files with 15 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "lpp"]
|
||||
path = cluster/lpp
|
||||
url = git@github.com:rancher/local-path-provisioner.git
|
||||
11
cluster/local-path-provisioner.tf
Normal file
11
cluster/local-path-provisioner.tf
Normal 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
1
cluster/lpp
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 97e0501428f0a5bcac49ecd0bfdb051797c4a6c5
|
||||
Loading…
Add table
Add a link
Reference in a new issue