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
When clouds.yaml gets parsed by `env.rc`, the `yq` command
is accidentally parsing the contents of the password
variable.
Under most circumstances the password contents is detected
correctly as a string. This fixes failures when the
password is accidentally parseable as a yaml structure.
More info at:
https://mikefarah.gitbook.io/yq/operators/env-variable-operators
0 commit comments