File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ save each recording rule in a separate `ConfigMap`.
133
133
134
134
#### Applying YAML
135
135
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.
137
137
You can use the following commands to deploy them to a cluster right away.
138
138
139
139
``` bash
@@ -144,7 +144,7 @@ kubectl apply --server-side -f ./example/kubernetes/manifests/slos
144
144
145
145
##### Applying YAML and validating webhooks via cert-manager
146
146
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.
148
148
149
149
This example deployment additionally applies and self-sign Issuer and requests a certificate via cert-manager,
150
150
so that the Kubernetes APIServer can connect to Pyrra to validate any configuration object before applying it to the cluster.
You can’t perform that action at this time.
0 commit comments