Skip to content

Commit 1571b2b

Browse files
committed
Fix typo in k8s example readme
1 parent 9a29e9b commit 1571b2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/kubernetes/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ You can double-check how things are doing by running `kubectl get pods -n monito
3838
From the root of this repository run the following commands to deploy Pyrra:
3939

4040
```bash
41-
kubectl apply --server-side -f ./example/kubernetes/manifests/setup
42-
kubectl apply --server-side -f ./example/kubernetes/manifests
41+
kubectl apply --server-side -f ./examples/kubernetes/manifests/setup
42+
kubectl apply --server-side -f ./examples/kubernetes/manifests
4343
```
4444

4545
## Deploying SLO examples
@@ -48,7 +48,7 @@ Pyrra ships with some example SLOs for the Kubernetes apiserver and kubelet.
4848

4949
You can deploy them in the same way:
5050
```bash
51-
kubectl apply --server-side -f ./example/kubernetes/manifests/slos
51+
kubectl apply --server-side -f ./examples/kubernetes/manifests/slos
5252
```
5353

5454
Pyrra is going to see the added SLOs and generate PrometheusRule files,
@@ -87,7 +87,7 @@ https://cert-manager.io/docs/installation/kubectl/
8787

8888
After a successful cert-manager installation proceed to deploying the adjusted YAML of Pyrra itself.
8989
```bash
90-
kubectl apply --server-side -f ./example/kubernetes/manifests-webhook
90+
kubectl apply --server-side -f ./examples/kubernetes/manifests-webhook
9191
```
9292
This will deploy an updated Pyrra API Deployment, a ValidatingWebhookConfiguration, a cert-manager Certificate, and a cert-manager Issuer.
9393

0 commit comments

Comments
 (0)