Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Fix typo within makisu directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Pharb committed Apr 15, 2019
1 parent f5d52e7 commit cfd5a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makisu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion makisu/makisu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfd5a54

Please sign in to comment.