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
$ om configure-director \
--config director.yml \
--var "iaas-configurations_0_vcenter_password=&qgz6dUjD^Rj3S6e"
Deserializing variables 'iaas-configurations_0_vcenter_password=&qgz6dUjD^Rj3S6e': yaml: did not find expected alphabetic or numeric character
The text was updated successfully, but these errors were encountered:
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
Each vars value is interpolated and are unmarshalled as yaml via the imported bosh cli lib so when you have a var value that starts with an ampersand it causes an error. For example:
The text was updated successfully, but these errors were encountered: