From ffc62295f8576f5c95e6117ee13dc42a793fa62b Mon Sep 17 00:00:00 2001 From: Jim Talbut Date: Tue, 5 Jul 2022 15:43:21 +0100 Subject: [PATCH] #9429: Adding blank line so list is formatted correctly. --- docs/getting_started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting_started.md b/docs/getting_started.md index 0eca3cbecf8be..b327d796263ce 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -31,6 +31,7 @@ kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/st This default installation will have a self-signed certificate and cannot be accessed without a bit of extra work. Do one of: + * Follow the [instructions to configure a certificate](./operator-manual/tls) (and ensure that the client OS trusts it). * Configure the client OS to trust the self signed certificate. * Use the --insecure flag on all Argo CD CLI operations in this guide.