We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When we deploy a BMH without userData, the bmh content is generate like:
userData: {}
This causes BMH to fail . It needs to be generated like:
userData:
Just empty content there.
The text was updated successfully, but these errors were encountered:
/assign @nishant-parekh
Sorry, something went wrong.
ztp: commenting out userData for the time being.
e832fd9
Underlying implementation will updated and added back tracked under github.com/openshift-kni/issues/619
bfaaa8f
Underlying implementation will updated and added back tracked under github.com/openshift-kni/issues/619 (cherry picked from commit e832fd9)
eb62291
nishant-parekh
No branches or pull requests
When we deploy a BMH without userData, the bmh content is generate like:
userData: {}
This causes BMH to fail . It needs to be generated like:
userData:
Just empty content there.
The text was updated successfully, but these errors were encountered: