zenml-io / mlstacks

A series of Terraform based recipes to provision popular MLOps stacks on the cloud.
https://mlstacks.zenml.io/
Apache License 2.0
247 stars 32 forks source link

Fix exported yaml output for stack creation on `k3d` #112

Closed strickvl closed 10 months ago

strickvl commented 10 months ago

Our k3d recipe mistakenly included container registries as exported for all components when this didn't apply when we were only including a minio artifact store e.g.

This PR fixes that.

Pre-requisites

Please ensure you have done the following:

Types of changes