Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Aug 16, 2024
1 parent f76c64f commit 4bf77c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/postgres-cloud-native/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resource "kubernetes_namespace" "cnpg-database" {
}

resource "kubectl_manifest" "argo-deployment-database" {
depends_on = [kubernetes_namespace.cnpg-database, resource.kubectl_manifest.argo-deployment]
depends_on = [kubernetes_namespace.cnpg-database, resource.kubectl_manifest.argo-deployment-operator]

yaml_body = <<YAML
apiVersion: argoproj.io/v1alpha1
Expand Down

0 comments on commit 4bf77c2

Please sign in to comment.