We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cf14e commit 0eb80caCopy full SHA for 0eb80ca
docs/enterprise/embedded-tls-certs.mdx
@@ -28,7 +28,7 @@ To upload a new custom TLS certificate in Embedded Cluster installations:
28
1. In the shell, run the following command to restore the ability to upload new TLS certificates by adding the `acceptAnonymousUploads` annotation:
29
30
```bash
31
- kubectl -n default annotate secret kotsadm-tls acceptAnonymousUploads=1 --overwrite
+ kubectl -n kotsadm annotate secret kotsadm-tls acceptAnonymousUploads=1 --overwrite
32
```
33
34
1. Run the following command to get the name of the kurl-proxy server:
0 commit comments