[LPP] Correct name of helm release

This commit is contained in:
Kat Inskip 2023-05-06 13:33:00 -07:00
parent 8e3a8256a3
commit ecbeb41ec9
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -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