We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3530e commit a3716daCopy full SHA for a3716da
install/kots/manifests/kots-config.yaml
@@ -265,7 +265,7 @@ spec:
265
certificate and install it to your browser.
266
267
To download the certificate, run
268
- `kubectl get secrets -n {{repl Namespace }} ca-issuer-ca -o jsonpath='{.data.ca\.crt}' | base64 -d > ~/ca.crt`
+ `kubectl get secrets -n {{repl Namespace }} ca-issuer-ca -o jsonpath='{.data.ca\.crt}' | base64 -d > ./ca.crt`
269
270
- name: cert_manager_enabled
271
title: Use cert-manager
0 commit comments