Skip to content
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

Fix typo in Kubernetes example readme #1159

Closed
yairst opened this issue Apr 24, 2024 · 1 comment · Fixed by #1162
Closed

Fix typo in Kubernetes example readme #1159

yairst opened this issue Apr 24, 2024 · 1 comment · Fixed by #1162

Comments

@yairst
Copy link
Contributor

yairst commented Apr 24, 2024

In Kubernetes example readme, need to replace all ./example/ occurrences with ./examples/. For example

kubectl apply --server-side -f ./example/kubernetes/manifests/setup
kubectl apply --server-side -f ./example/kubernetes/manifests

should be:

kubectl apply --server-side -f ./examples/kubernetes/manifests/setup
kubectl apply --server-side -f ./examples/kubernetes/manifests
@metalmatze
Copy link
Member

Oh. Good find!
Do you want to send a PR? Contributions are very welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants