You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The kubernetes extension for quarkus always generates the resource definitions for the default namespace and there is no way to configure this during build time.
It would be great if we could have a system property like quarkus.kubernetes.namespace and set the namespace of the app without having to edit the generated sources each time
The text was updated successfully, but these errors were encountered:
To be clear, the generated manifests do not reference the default namespace, they omit it completely which means that when you apply them, they are applied to whatever namespace is used in your current kubectl context
Description
The kubernetes extension for quarkus always generates the resource definitions for the default namespace and there is no way to configure this during build time.
It would be great if we could have a system property like
quarkus.kubernetes.namespace
and set the namespace of the app without having to edit the generated sources each timeThe text was updated successfully, but these errors were encountered: