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 configuring spec.provider for provisioner, needs to use "" quotes for wildcard "*".
In the example in doc, the following example need to be "public" instead; otherwise it will throw an error “error converting YAML to JSON: yaml: line 23: did not find expected alphabetic or numeric character”
subnetSelector:
Name: public
The text was updated successfully, but these errors were encountered:
When configuring spec.provider for provisioner, needs to use "" quotes for wildcard "*".
In the example in doc, the following example need to be "public" instead; otherwise it will throw an error “error converting YAML to JSON: yaml: line 23: did not find expected alphabetic or numeric character”
subnetSelector:
Name: public
The text was updated successfully, but these errors were encountered: