Skip to content

Commit

Permalink
docs: fix shell snippet (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarilabs authored Jul 4, 2024
1 parent 8897073 commit 7ed9b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Create a secret with config.json:
```shell
kubectl create secret generic docker-registry \
--from-file=.dockerconfigjson=<path/to/.docker/config.json> \
--type=kubernetes.io/dockerconfigjson
--type=kubernetes.io/dockerconfigjson \
-n $NAMESPACE
```
Expand Down Expand Up @@ -182,4 +182,4 @@ Last but not least, thanks to [spiffe-csi](https://github.com/spiffe/spiffe-csi)
csi:
driver: "csi.spiffe.io"
readOnly: true
```
```

0 comments on commit 7ed9b42

Please sign in to comment.