Skip to content

Commit 7dba469

Browse files
authored
Missing namespace in command
1 parent 08b616a commit 7dba469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/manage-mqtt-connectivity/howto-configure-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ kubectl create configmap client-ca --from-file=client_ca.pem -n azure-iot-operat
199199
To check the root CA certificate is properly imported, run `kubectl describe configmap`. The result shows the same base64 encoding of the PEM certificate file.
200200

201201
```console
202-
$ kubectl describe configmap client-ca
202+
$ kubectl describe configmap client-ca -n azure-iot-operations
203203
Name: client-ca
204204
Namespace: azure-iot-operations
205205

0 commit comments

Comments
 (0)