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
We got the docs to the point where we tell people to "create these dns entries under the domain you want to use". I agree this could be a variable but then it adds extra complication to the docs.
We can add a variable which, if not set, would default to what we already have provider.{{ .Values.domain }}.
This way users can easily change "provider." by passing the helm variables, instead of having to change a hardcoded "provider." bit.
And we can mention in the docs just one line: --set dns.provider=provider.<domain>
This should be a variable:
https://github.com/ovrclk/helm-charts/blob/b52f46016de4a4516c6a4711fecead0cb58d7bbf/charts/akash-provider/templates/configmap-boot.yaml#L64
The text was updated successfully, but these errors were encountered: