Skip to content

Commit

Permalink
Depend on the ocean controllers installed first
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed May 29, 2024
1 parent c1ed2ac commit d78dc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/internal-k8-infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resource "helm_release" "airflow" {
chart = "airflow"
namespace = "airflow"
version = "1.11.0"
depends_on = [kubernetes_namespace.airflow]
depends_on = [kubernetes_namespace.airflow, module.ocean-controller, module.ocean-aws-k8s]

# https://github.com/hashicorp/terraform-provider-helm/issues/683#issuecomment-830872443
wait = false
Expand Down

0 comments on commit d78dc87

Please sign in to comment.