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
config read, write use yaml format while load uses salt/config which internally uses viper and mapstructure for processing configs.
This creates an issue that configs written via write cannot always be properly loaded by load function.
And read doesn't necessarily display all set configs.
The text was updated successfully, but these errors were encountered:
config
read
,write
use yaml format whileload
usessalt/config
which internally usesviper
andmapstructure
for processing configs.This creates an issue that configs written via
write
cannot always be properly loaded by load function.And
read
doesn't necessarily display all set configs.The text was updated successfully, but these errors were encountered: