Skip to content

Commit

Permalink
Format markdown
Browse files Browse the repository at this point in the history
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
  • Loading branch information
mattmoor-sockpuppet authored and tekton-robot committed May 30, 2019
1 parent f456845 commit b440da3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ To setup a cluster with GKE:
(You may find it useful to save the ID of the project in an environment
variable (e.g. `PROJECT_ID`).

1. Create a GKE cluster (with `--cluster-version=latest` but you can use any version 1.11 or later):
1. Create a GKE cluster (with `--cluster-version=latest` but you can use any
version 1.11 or later):

```bash
export PROJECT_ID=my-gcp-project
Expand All @@ -127,8 +128,8 @@ To setup a cluster with GKE:

Note that
[the `--scopes` argument to `gcloud container cluster create`](https://cloud.google.com/sdk/gcloud/reference/container/clusters/create#--scopes)
controls what GCP resources the cluster's default service account has access to;
for example to give the default service account full access to your GCR
controls what GCP resources the cluster's default service account has access
to; for example to give the default service account full access to your GCR
registry, you can add `storage-full` to your `--scopes` arg.

1. Grant cluster-admin permissions to the current user:
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Input resources, like source code (git) or artifacts, are dumped at path
[volume](https://kubernetes.io/docs/concepts/storage/volumes/) and is available
to all [`steps`](#steps) of your `Task`. The path that the resources are mounted
at can be overridden with the `targetPath` value. Steps can use the `path`
[template](#Templating) key to refer to the local path to the mounted resource.
[template](#Templating) key to refer to the local path to the mounted resource.

### Outputs

Expand Down

0 comments on commit b440da3

Please sign in to comment.