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
At the moment, I'm trying to keep deployments spread out per-namespace. For example, wordpress deploys go into the wordpress namespace.
However because release names have the chart name prepended you end up with a long and a bit redundant deployment name/service DNS name (ie wordpress-example-wordpress.wordpress.svc.cluster.local)
If there were some sort of way to have it be optional that would be great. Perhaps via some sort of option you can set in the spec in the API calls?
The text was updated successfully, but these errors were encountered:
At the moment, I'm trying to keep deployments spread out per-namespace. For example, wordpress deploys go into the wordpress namespace.
However because release names have the chart name prepended you end up with a long and a bit redundant deployment name/service DNS name (ie wordpress-example-wordpress.wordpress.svc.cluster.local)
If there were some sort of way to have it be optional that would be great. Perhaps via some sort of option you can set in the spec in the API calls?
The text was updated successfully, but these errors were encountered: