You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/embeds/k8s-admission-webhook-cert.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@
4
4
kubectl get secret admission-tls
5
5
```
6
6
7
-
The output should look similar to
7
+
The output should look similar to
8
8
9
9
```sh
10
-
NAME TYPE DATA AGE
10
+
NAME TYPE DATA AGE
11
11
admission-tls Opaque 2 2m43s
12
12
```
13
13
@@ -18,7 +18,7 @@ The output should look similar to
18
18
```
19
19
20
20
1. Create a Kubernetes validating webhook, replacing `<namespace>` with the namespace where the REC was installed.
21
-
21
+
22
22
The `webhook.yaml` template can be found in [redis-enterprise-k8s-docs/admission](https://github.com/RedisLabs/redis-enterprise-k8s-docs/tree/master/admission)
0 commit comments