Skip to content

Commit

Permalink
DEVELOPMENT: missing newline escape on shell example
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
  • Loading branch information
vbatts authored and tekton-robot committed Sep 13, 2023
1 parent 602e48e commit b8f7390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ as follows.
```yaml
kubectl create secret generic ${SECRET_NAME} \
--from-file=.dockerconfigjson=<path/to/.docker/config.json> \
--type=kubernetes.io/dockerconfigjson
--type=kubernetes.io/dockerconfigjson \
--namespace=tekton-pipelines
```
See [Configuring authentication for Docker](./docs/auth.md#configuring-authentication-for-docker)
Expand Down

0 comments on commit b8f7390

Please sign in to comment.