-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
TextNode cannot be cast to ObjectNode #1478
Comments
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
seems like a valid bug. |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
what about this issue? is it solved? |
No longer occurs on latest. Not sure when it was actually addressed. |
There is problem with parsing YAML config with JSON element like that:
It throws error:
The purpose of that part is to be able to pipe json file so when we mount the configmap we can have a json file with the content from it.
It is well documented in kubernetes
https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#create-configmaps-from-directories
I'm able to apply it manually using kubectl apply -f
The text was updated successfully, but these errors were encountered: