Skip to content

Commit

Permalink
Update documentation with latest changes to prepare for initial release
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew McNew <[email protected]>
  • Loading branch information
joaopapereira authored and matthewmcnew committed Jun 27, 2019
1 parent 26045b6 commit 1957951
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

Experimental Build Service CRDs.

## Setup
## Pre requirements

- Kubernetes cluster
- KNative 0.5 installed

## Install

- Use the most recent github release.

## Local Development Install

Access to a Kubernetes cluster is needed in order to install the build service system controllers.

Expand Down Expand Up @@ -56,7 +65,10 @@ metadata:
spec:
serviceAccount: service-account
builderRef: sample-builder
image: gcr.io/project-name/app
image: gcr.io/project-name/app
cacheSize: "1.5Gi"
failedBuildHistoryLimit: 5
successBuildHistoryLimit: 5
source:
git:
url: https://github.com/buildpack/sample-java-app.git
Expand Down

0 comments on commit 1957951

Please sign in to comment.