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 dir name in URL in README.md #951

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ save each recording rule in a separate `ConfigMap`.

#### Applying YAML

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

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

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

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

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