add dependency to longhorn

This commit is contained in:
2024-04-07 21:12:02 +02:00
parent 08e041ad6d
commit 3f41e9718e

View File

@@ -1,5 +1,6 @@
resource "helm_release" "longhorn" {
count = var.install_longhorn ? 1 : 0
depends_on = [ oci_containerengine_cluster.k8s_cluster ]
namespace = "longhorn-system"
create_namespace = true
name = "longhorn"