Skip to content

Commit

Permalink
fix: wait for operator to ensure CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Feb 1, 2022
1 parent 84e374a commit 6befb7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ resource "argocd_application" "operator" {
namespace = var.cluster_info.argocd_namespace
}

wait = true

spec {
project = argocd_project.this.metadata.0.name

Expand Down

0 comments on commit 6befb7c

Please sign in to comment.