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
Currently, I use viper to configure the k8s app, and pass credential information (DB password etc.) from environment variables.
However, when the configuration is a structure slice, I cannot successfully overwrite the value with the environment variable.
Is this something my settings are missing?
Or, in case of structure slice, can't it be overwritten from environment variable?
Hello everyone.
Currently, I use viper to configure the k8s app, and pass credential information (DB password etc.) from environment variables.
However, when the configuration is a structure slice, I cannot successfully overwrite the value with the environment variable.
Is this something my settings are missing?
Or, in case of structure slice, can't it be overwritten from environment variable?
sample code here
run with environment variable.
The text was updated successfully, but these errors were encountered: