File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,6 @@ This is the fastest way to get up and running with a new Redis Enterprise on Kub
113
113
NAME TYPE DATA AGE
114
114
admission-tls Opaque 2 2m43s
115
115
```
116
-
117
- > **Note:** If you' re not using multiple namespaces you may proceed to step 6.
118
116
119
117
* Enable the Kubernetes webhook using the generated certificate
120
118
@@ -139,6 +137,8 @@ This is the fastest way to get up and running with a new Redis Enterprise on Kub
139
137
kubectl patch ValidatingWebhookConfiguration redb-admission --patch "$(cat modified-webhook.yaml)"
140
138
```
141
139
140
+ > **Note:** If you' re not using multiple namespaces you may proceed to step 6.
141
+
142
142
* Limiting the webhook to the relevant namespaces:
143
143
Unless limited, webhooks will intercept requests from all namespaces.< br>
144
144
In case you have several REC objects on your K8S cluster you need to limit the webhook to the relevant namespace.
You can’t perform that action at this time.
0 commit comments