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 doing kubectl apply -n default -f https://github.com/SAP-samples/kyma-runtime-learning-journey/blob/main/unit_3/functions/hello-world-function.yaml I get error error: error parsing https://github.com/SAP-samples/kyma-runtime-learning-journey/blob/main/unit_3/functions/hello-world-function.yaml: error converting YAML to JSON: yaml: line 228: mapping values are not allowed in this context PS C:\Users\Novarto>
The text was updated successfully, but these errors were encountered:
Thank you for raising this issue. Our team will have a look into this and respond as soon as we have the solution.
BR, Markus
Sorry, something went wrong.
Hi @kostadin-t , instead of applying the github based yaml file view, you need to apply the raw yaml file by using this URL in yout statement: https://raw.githubusercontent.com/SAP-samples/kyma-runtime-learning-journey/refs/heads/main/unit_3/functions/hello-world-function.yaml
Do you copied that command from somewhere which needs to get adjusted to the raw URL?
markushaug
No branches or pull requests
When doing kubectl apply -n default -f https://github.com/SAP-samples/kyma-runtime-learning-journey/blob/main/unit_3/functions/hello-world-function.yaml
I get error error: error parsing https://github.com/SAP-samples/kyma-runtime-learning-journey/blob/main/unit_3/functions/hello-world-function.yaml: error converting YAML to JSON: yaml: line 228: mapping values are not allowed in this context
PS C:\Users\Novarto>
The text was updated successfully, but these errors were encountered: