Azure / osdu-infrastructure

OSDU Azure Infrastructure as Code
Apache License 2.0
42 stars 39 forks source link

Add namespace dependency for keda #109

Closed catweisun closed 4 years ago

catweisun commented 4 years ago

Keda deployment could be failed due to missed namespace dependency in keda helm_release resource

danielscholl commented 4 years ago

@catweisun Where do you see the missing dependency. The namespace creation resource is located here. https://github.com/Azure/osdu-infrastructure/blob/master/infra/templates/osdu-r3-resources/environments/service_resources/helm_keda.tf#L22

danielscholl commented 4 years ago

This has been resolved by adding in a dependency on the helm chart to the namespace creation.