Skip to content

Commit 80d2334

Browse files
fix code block spacing in embed
1 parent 220f640 commit 80d2334

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

content/embeds/k8s-admission-webhook-cert.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727

2828
4. Create a patch file for the Kubernetes validating webhook.
2929

30-
```sh
31-
cat > modified-webhook.yaml <<EOF
32-
webhooks:
33-
- name: redisenterprise.admission.redislabs
34-
clientConfig:
35-
caBundle: $CERT
36-
admissionReviewVersions: ["v1beta1"]
37-
EOF
38-
```
30+
```sh
31+
cat > modified-webhook.yaml <<EOF
32+
webhooks:
33+
- name: redisenterprise.admission.redislabs
34+
clientConfig:
35+
caBundle: $CERT
36+
admissionReviewVersions: ["v1beta1"]
37+
EOF
38+
```
3939

4040
5. Patch the webhook with the certificate.
4141

content/operate/kubernetes/deployment/openshift/openshift-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ If not limited, the webhook intercepts requests from all namespaces. If you have
158158
name: staging
159159
```
160160
161-
1. Patch the webhook spec with the `namespaceSelector` field.
161+
2. Patch the webhook spec with the `namespaceSelector` field.
162162
```sh
163163
cat > modified-webhook.yaml <<EOF
164164
webhooks:
@@ -169,7 +169,7 @@ If not limited, the webhook intercepts requests from all namespaces. If you have
169169
EOF
170170
```
171171
172-
1. Apply the patch.
172+
3. Apply the patch.
173173
174174
```sh
175175
oc patch ValidatingWebhookConfiguration \

0 commit comments

Comments
 (0)