Merge pull request #2754 from sachinparihar/demo

fix typo
This commit is contained in:
KubeSphere CI Bot 2022-12-08 12:55:33 +08:00 committed by GitHub
commit d040e58dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ The manifest contains 3 sections:
+ `strategy` specifies the tool for building images.
+ `output` indicates the image repository to which the image built from the source code is pushed.
`strategy` is configured by the custom resource `ClusterBuildStrategy`. For example, if we are going to use buildpacks to build an image, the ClsterBuildStrategy should look as follows:
`strategy` is configured by the custom resource `ClusterBuildStrategy`. For example, if we are going to use buildpacks to build an image, the ClusterBuildStrategy should look as follows:
![](https://pek3b.qingstor.com/kubesphere-community/images/202112012139381.png)