From 2be63105d579a714ba6d51c753d87e752bfb2dd6 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 abbc0d3a..85398beb 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} \