spinkube / documentation

Site and Docs for the SpinKube community project
https://www.spinkube.dev/
Apache License 2.0
15 stars 23 forks source link

docs: reference to raw content for sample app #147

Closed lechnerc77 closed 5 months ago

lechnerc77 commented 5 months ago

This PR contains a minor fix of the documentation for deploying SpinKube on a AKS cluster. The current description for applying the configuration of the sample app:

kubectl apply -f https://github.com/spinkube/spin-operator/blob/main/config/samples/simple.yaml

leads to the following error:

error: error parsing https://github.com/spinkube/spin-operator/blob/main/config/samples/simple.yaml: error converting YAML to JSON: yaml: line 206: mapping values are not allowed in this context

The PR changes the statement to point to the raw content on GitHub which fixes the error from above