diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index dd2ce9cfe5e..0d9a455fd9d 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -221,7 +221,7 @@ as follows. ```yaml kubectl create secret generic ${SECRET_NAME} \ --from-file=.dockerconfigjson= \ - --type=kubernetes.io/dockerconfigjson + --type=kubernetes.io/dockerconfigjson \ --namespace=tekton-pipelines ``` See [Configuring authentication for Docker](./docs/auth.md#configuring-authentication-for-docker)