Skip to content

Commit

Permalink
fix: update ClusterStore reference in sample ClusterBuilder.
Browse files Browse the repository at this point in the history
* Remove name and kind from ClusterStore in the order section of the ClusterBuilder as it is not supported when referencing a ClusterStore.

Signed-off-by: Mauren Berti <stormqueen1990@gmail.com>
  • Loading branch information
stormqueen1990 committed May 24, 2023
1 parent 386d7a8 commit 452f0ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/builders.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ spec:
- name: sample-cluster-buildpack
kind: ClusterBuildpack
id: paketo-buildpacks/nodejs
- name: sample-cluster-store
kind: ClusterStore
id: paketo-buildpacks/nodejs
- id: paketo-buildpacks/nodejs # can obtain buildpacks from a Store/ClusterStore
version: 1.2.3
```

Expand Down

0 comments on commit 452f0ea

Please sign in to comment.