Skip to content

Commit 19215b7

Browse files
authored
Fix dir name in URL in README.md
Minor change
1 parent bc489fa commit 19215b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ save each recording rule in a separate `ConfigMap`.
133133

134134
#### Applying YAML
135135

136-
This repository contains generated YAML files in the [example/kubernetes/manifests](examples/kubernetes/manifests) folder.
136+
This repository contains generated YAML files in the [examples/kubernetes/manifests](examples/kubernetes/manifests) folder.
137137
You can use the following commands to deploy them to a cluster right away.
138138

139139
```bash
@@ -144,7 +144,7 @@ kubectl apply --server-side -f ./example/kubernetes/manifests/slos
144144

145145
##### Applying YAML and validating webhooks via cert-manager
146146

147-
This repository contains more generated YAML files in the [example/kubernetes/manifests-webhook](examples/kubernetes/manifests-webhook) folder.
147+
This repository contains more generated YAML files in the [examples/kubernetes/manifests-webhook](examples/kubernetes/manifests-webhook) folder.
148148

149149
This example deployment additionally applies and self-sign Issuer and requests a certificate via cert-manager,
150150
so that the Kubernetes APIServer can connect to Pyrra to validate any configuration object before applying it to the cluster.

0 commit comments

Comments
 (0)