Skip to content

Commit

Permalink
kubernetes-initialization depends_on kubernetes (nebari-dev#952)
Browse files Browse the repository at this point in the history
* cookicutter template out of raw

* kubernetes-initialization depends_on kubernetes
  • Loading branch information
danlester authored Dec 1, 2021
1 parent 4434647 commit c8853ad
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ module "kubernetes-initialization" {

namespace = var.environment
secrets = []

{% if cookiecutter.provider != "local" %}
depends_on = [
module.kubernetes
]
{% endif %}
}


Expand Down

0 comments on commit c8853ad

Please sign in to comment.