Skip to content

Conversation

@nschmeller
Copy link
Contributor

When the Metaflow Helm chart is applied in a k8s cluster with a non-default release namespace and .Values.namespace is not set or does not match the release namespace value, the metaflow-ui-static service will be in a different namespace than its deployment. This means that the service will never have any endpoints associated with it.

This commit removes the template syntax to set the namespace as default if .Values.namespace is not set.

There is a larger discrepancy here in that the UI deployments are always in the release namespace, but their services may be in a different namespace. This commit only makes the templates consistent and does not address this issue.

When the Metaflow Helm chart is applied in a k8s cluster with a non-default release namespace and `.Values.namespace` is not set or does not match the release namespace value, the `metaflow-ui-static` service will be in a different namespace than its deployment. This means that the service will never have any endpoints associated with it. 

This commit removes the template syntax to set the namespace as `default` if `.Values.namespace` is not set. 

There is a larger discrepancy here in that the UI deployments are always in the release namespace, but their services may be in a different namespace. This commit only makes the templates consistent and does not address this issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant