Skip to content

Commit

Permalink
Fix typo in resources.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rokrokss authored and tekton-robot committed Oct 19, 2020
1 parent 810fef5 commit 075c233
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ spec:
type: git
- name: dockerimage
type: image
- name: testcluster
- name: test-cluster
type: cluster
steps:
- name: deploy
Expand All @@ -793,8 +793,8 @@ spec:
args:
- "-c"
- kubectl --kubeconfig
/workspace/$(resources.inputs.testcluster.name)/kubeconfig --context
$(resources.inputs.testcluster.name) apply -f /workspace/service.yaml'
/workspace/$(resources.inputs.test-cluster.name)/kubeconfig --context
$(resources.inputs.test-cluster.name) apply -f /workspace/service.yaml'
```

To use the `cluster` resource with Google Kubernetes Engine, you should use the
Expand Down

0 comments on commit 075c233

Please sign in to comment.