Skip to content

Commit

Permalink
more fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 3, 2024
1 parent 4b3cc4d commit 93a36ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/setup/cd.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ resource "plural_service_deployment" "helm-repositories" {
id = data.plural_cluster.mgmt.id
}
protect = true

depends_on = [ kubernetes_namespace.infra ]
}

resource "plural_service_deployment" "apps" {
Expand All @@ -52,4 +54,6 @@ resource "plural_service_deployment" "apps" {
{ name = "repoUrl", value = local.context.configuration.console.repo_url },
]
protect = true

depends_on = [ kubernetes_namespace.infra ]
}

0 comments on commit 93a36ed

Please sign in to comment.