Skip to content

Commit a3716da

Browse files
author
Simon Emms
committed
[kots]: fix typo in CA cert extract command
1 parent 3c3530e commit a3716da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/kots/manifests/kots-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ spec:
265265
certificate and install it to your browser.
266266
267267
To download the certificate, run
268-
`kubectl get secrets -n {{repl Namespace }} ca-issuer-ca -o jsonpath='{.data.ca\.crt}' | base64 -d > ~/ca.crt`
268+
`kubectl get secrets -n {{repl Namespace }} ca-issuer-ca -o jsonpath='{.data.ca\.crt}' | base64 -d > ./ca.crt`
269269
270270
- name: cert_manager_enabled
271271
title: Use cert-manager

0 commit comments

Comments
 (0)