From 2c91f1d2fc37a13eda18d5e3c81a1a6121ad9f84 Mon Sep 17 00:00:00 2001 From: Mike Malone Date: Fri, 18 Jan 2019 17:55:03 -0800 Subject: [PATCH] fixed autocert-init command --- autocert/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autocert/README.md b/autocert/README.md index ed247cea..cdffbaf1 100644 --- a/autocert/README.md +++ b/autocert/README.md @@ -77,7 +77,7 @@ kubectl create clusterrolebinding cluster-admin-binding \ To install `step certificates` and `autocert` in one step run: ```bash -$ kubectl run autocert-init -it --rm --image smallstep/autocert-init --restart Never --image-pull-policy Never +$ kubectl run autocert-init -it --rm --image smallstep/autocert-init --restart Never ``` You can also [install manually](INSTALL.md) then return here to complete the quick start guide.