mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
[LPP] Correct name of helm release
This commit is contained in:
parent
8e3a8256a3
commit
ecbeb41ec9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue