Skip to content

Commit 12a5b3e

Browse files
fix: correct chart name of longhorn
1 parent 0ddf03d commit 12a5b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/longhorn/longhorn.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resource "kubernetes_namespace" "longhorn" {
1111
resource "helm_release" "longhorn" {
1212
name = "longhorn"
1313
repository = "https://charts.longhorn.io"
14-
chart = "longhorn/longhorn"
14+
chart = "longhorn"
1515
version = "1.8.1"
1616

1717
namespace = local.namespace

0 commit comments

Comments
 (0)