pyrra-dev / pyrra

Making SLOs with Prometheus manageable, accessible, and easy to use for everyone!
https://demo.pyrra.dev
Apache License 2.0
1.16k stars 101 forks source link

Fix typo in Kubernetes example readme #1159

Closed yairst closed 2 months ago

yairst commented 2 months ago

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 commented 2 months ago

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