Skip to content

Commit 0eb80ca

Browse files
committed
updated ns
1 parent 11cf14e commit 0eb80ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/enterprise/embedded-tls-certs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To upload a new custom TLS certificate in Embedded Cluster installations:
2828
1. In the shell, run the following command to restore the ability to upload new TLS certificates by adding the `acceptAnonymousUploads` annotation:
2929

3030
```bash
31-
kubectl -n default annotate secret kotsadm-tls acceptAnonymousUploads=1 --overwrite
31+
kubectl -n kotsadm annotate secret kotsadm-tls acceptAnonymousUploads=1 --overwrite
3232
```
3333

3434
1. Run the following command to get the name of the kurl-proxy server:

0 commit comments

Comments
 (0)