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
Thanks for the suggestion - I've just added this in version 1.0.5 of the chart
You can set the value: pathBase which will be passed through to the deployment as an ENV Var.
I'm trying to get this helm chart in my kubernetes cluster and host it via an ingress under a subpath of the main domain (/nuget).
I found here that a configuration variable named PathBase exists for this situation. You can see it in here: https://github.com/loic-sharma/BaGet/blob/main/src/BaGet.Core/Configuration/BaGetOptions.cs
This helm file deployment.yaml contains a few of these configuration variables, but not the PathBase one.
The text was updated successfully, but these errors were encountered: