From 313df8f9ffbe222a074e17a32c8be4bfd12ed7dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Wed, 12 Jun 2019 16:00:15 -0500 Subject: [PATCH] Update csr-api.md --- slides/k8s/csr-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/csr-api.md b/slides/k8s/csr-api.md index f462caab..f5bc4976 100644 --- a/slides/k8s/csr-api.md +++ b/slides/k8s/csr-api.md @@ -345,7 +345,7 @@ The command above generates: kctx - ``` -- Retrieve the certificate from the controller: +- Retrieve the updated CSR object and extract the certificate: ```bash kubectl get csr users:jean.doe \ -o jsonpath={.status.certificate} \