Skip to content

Commit 452f0ea

Browse files
fix: update ClusterStore reference in sample ClusterBuilder.
* 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>
1 parent 386d7a8 commit 452f0ea

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/builders.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ spec:
9898
- name: sample-cluster-buildpack
9999
kind: ClusterBuildpack
100100
id: paketo-buildpacks/nodejs
101-
- name: sample-cluster-store
102-
kind: ClusterStore
103-
id: paketo-buildpacks/nodejs
101+
- id: paketo-buildpacks/nodejs # can obtain buildpacks from a Store/ClusterStore
104102
version: 1.2.3
105103
```
106104

0 commit comments

Comments
 (0)