Skip to content

Commit

Permalink
Fix kustomize invocation typo
Browse files Browse the repository at this point in the history
In 411d03 we added a note on using kustomize to build resources from the
plumbing repo. One of those documented kustomize invocations included a
typo.

This commit updates the kustomize invocation to use `overlays` instead
of `overlay`.
  • Loading branch information
Scott authored and tekton-robot committed Feb 2, 2022
1 parent e2b30a5 commit 4a8176a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ kubectl kustomize ./tekton/resources/release | kubectl apply -f -

# If you don't want the tekton-nightly components then run the following
# command from the root of the plumbing repo:
kubectl kustomize ./tekton/resources/release/overlay/default | kubectl apply -f -
kubectl kustomize ./tekton/resources/release/overlays/default | kubectl apply -f -
```

Apply the tasks from the `pipeline` repo:
Expand Down

0 comments on commit 4a8176a

Please sign in to comment.