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
With the following block in deployment_config.toml, I got error as titled.
[kubernetes.kubernetesConfigMap]
enable = true
ballerinaConf = '${MGW_HOME}/conf/micro-gw.conf'
I change the "${MGW_HOME}" to "$MGW_HOME" or "%MGW_HOME%", but the environment variable MGW_HOME can not be extended.
It seems "ballerinaConf" can only use full path or path relative to target\gen .
The text was updated successfully, but these errors were encountered:
With the following block in deployment_config.toml, I got error as titled.
[kubernetes.kubernetesConfigMap]
enable = true
ballerinaConf = '${MGW_HOME}/conf/micro-gw.conf'
I change the "${MGW_HOME}" to "$MGW_HOME" or "%MGW_HOME%", but the environment variable MGW_HOME can not be extended.
It seems "ballerinaConf" can only use full path or path relative to target\gen .
The text was updated successfully, but these errors were encountered: