Skip to content

Commit

Permalink
move skip step note to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlynmichael committed Nov 15, 2021
1 parent 40276ab commit ab8a22b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ This is the fastest way to get up and running with a new Redis Enterprise on Kub
NAME TYPE DATA AGE
admission-tls Opaque 2 2m43s
```
> **Note:** If you're not using multiple namespaces you may proceed to step 6.
* Enable the Kubernetes webhook using the generated certificate
Expand All @@ -139,6 +137,8 @@ This is the fastest way to get up and running with a new Redis Enterprise on Kub
kubectl patch ValidatingWebhookConfiguration redb-admission --patch "$(cat modified-webhook.yaml)"
```
> **Note:** If you're not using multiple namespaces you may proceed to step 6.

* Limiting the webhook to the relevant namespaces:
Unless limited, webhooks will intercept requests from all namespaces.<br>
In case you have several REC objects on your K8S cluster you need to limit the webhook to the relevant namespace.
Expand Down

0 comments on commit ab8a22b

Please sign in to comment.