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
/bin/akash tx cert generate server provider.{{ .Values.domain }}
We could probably use another two template-based configmaps and let run.sh script read those files instead, but, I think that will be too over-engineered.
Upd:
And, ideally, the docker image should only run akash provider run (get configs via the env. variables only), and configmaps only to deliver the config files (provider.yaml, etc).
But since this run.sh script does more things such as provider attributes update, certificate registration, etc.. these steps should probably really be separated as suggested here #9 (comment)
So that it can be linted and tested outside of a pod.
https://github.com/ovrclk/helm-charts/blob/b52f46016de4a4516c6a4711fecead0cb58d7bbf/charts/akash-provider/templates/configmap-boot.yaml#L7-L69
The text was updated successfully, but these errors were encountered: