Skip to content

Commit 53f15b7

Browse files
Merge pull request buildpacks-community#1222 from stormqueen1990/fix/update-clusterbuilder-docs
fix: remove ClusterStore from sample ClusterBuilder
2 parents 8fafe7c + 452f0ea commit 53f15b7

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)