From a3e88db890a3328645eb0f446496cd0e2fa175a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Harb=C3=B6ck?= Date: Mon, 15 Apr 2019 21:06:03 +0200 Subject: [PATCH] Fix typo within makisu directory --- makisu/README.md | 4 ++-- makisu/makisu.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/makisu/README.md b/makisu/README.md index a374121..4735151 100644 --- a/makisu/README.md +++ b/makisu/README.md @@ -12,7 +12,7 @@ makes it a perfect tool to be part of a Knative build. ## Create the registry configuration -makisu uses a [registry configuration](https://github.com/uber/makisu/blob/master/docs/REGISTRY.md) which should be stored as a secret in Kubernetes. Adjust the `registry.yaml` in this diretroy to contain your user and password for the Docker hub (or configure a different [registry](https://github.com/uber/makisu/blob/master/docs/REGISTRY.md#examples)). Keep in mind that the secret must exist in the same namespace as the build runs.: +makisu uses a [registry configuration](https://github.com/uber/makisu/blob/master/docs/REGISTRY.md) which should be stored as a secret in Kubernetes. Adjust the `registry.yaml` in this directory to contain your user and password for the Docker hub (or configure a different [registry](https://github.com/uber/makisu/blob/master/docs/REGISTRY.md#examples)). Keep in mind that the secret must exist in the same namespace as the build runs.: ```bash kubectl --namespace default create secret generic docker-registry-config --from-file=./registry.yaml @@ -32,7 +32,7 @@ kubectl apply -f https://raw.githubusercontent.com/knative/build-templates/maste `/workspace`) * **PUSH_REGISTRY**: The Registry to push the image to (_default:_ `index.docker.io`) -* **REGISTRY_SECRET**: Secret containing information about the used regsitry (_default:_ +* **REGISTRY_SECRET**: Secret containing information about the used registry (_default:_ `docker-registry-config`) ## Usage diff --git a/makisu/makisu.yaml b/makisu/makisu.yaml index 12c8bca..361709a 100644 --- a/makisu/makisu.yaml +++ b/makisu/makisu.yaml @@ -13,7 +13,7 @@ spec: description: Registry to push image to. default: index.docker.io - name: REGISTRY_SECRET - description: Secret containing information about the used regsitry. + description: Secret containing information about the used registry. default: docker-registry-config steps: - name: build-and-push