Skip to content

Commit

Permalink
fix(docs) restore namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Raines committed Oct 22, 2020
1 parent 44e7ec0 commit ab0575f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/k4k8s-enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ to log in to Bintray and password
is an API-key that can be provisioned via Bintray.

```bash
$ kubectl create secret docker-registry kong-enterprise-edition-docker \
$ kubectl create secret -n kong docker-registry kong-enterprise-edition-docker \
--docker-server=kong-docker-kong-enterprise-edition-docker.bintray.io \
--docker-username=<your-bintray-username@kong> \
--docker-password=<your-bintray-api-key>
Expand Down

0 comments on commit ab0575f

Please sign in to comment.