Skip to content

Commit

Permalink
add dependency to longhorn
Browse files Browse the repository at this point in the history
  • Loading branch information
vcscsvcscs committed Apr 7, 2024
1 parent 08e041a commit 3f41e97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oci-managed/oke/longhorn.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3f41e97

Please sign in to comment.