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
But no matter what I do, it doesn't work. I always get this error: error loading config vars from config file: failed to set option 'targets': failed to convert to struct: failed to set value in nested struct slice option 'tls_config': incompatible type: map[string]interface {} not convertible to endpoints.TLSConfig
The text was updated successfully, but these errors were encountered:
I'm trying to parse this YAML file:
Using this Code:
But no matter what I do, it doesn't work. I always get this error:
error loading config vars from config file: failed to set option 'targets': failed to convert to struct: failed to set value in nested struct slice option 'tls_config': incompatible type: map[string]interface {} not convertible to endpoints.TLSConfig
The text was updated successfully, but these errors were encountered: