rm comment

This commit is contained in:
martyav
2023-01-13 15:29:26 -05:00
parent c5488da0c6
commit 3c51df00cf
@@ -150,16 +150,12 @@ kubectl create secret docker-registry testquay \
--docker-password=<password>
```
Need generic instructions
To see how the secret is stored in Kubernetes, you can use this command:
```
kubectl get secret testquay --output="jsonpath={.data.\.dockerconfigjson}" | base64 --decode
```
Need generic instructions
The result looks like this:
```