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
Hi, apparently the unleash-edge charge doesn't support setting hostAliases, which makes it a bit hard to use when the main unleash server is not on the public DNS. Could you please add a flag for it?
Background
No response
Solution suggestions
Smth simple like this in the deployment.yaml should do
...
{{- with .Values.hostAliases }}
hostAliases:
{{- toYaml . | nindent 8 }}
{{- end }}
The text was updated successfully, but these errors were encountered:
Describe the feature request
Hi, apparently the unleash-edge charge doesn't support setting hostAliases, which makes it a bit hard to use when the main unleash server is not on the public DNS. Could you please add a flag for it?
Background
No response
Solution suggestions
Smth simple like this in the
deployment.yaml
should doThe text was updated successfully, but these errors were encountered: