Skip to content

Commit

Permalink
Change variable name: non-existent variable of testCluster
Browse files Browse the repository at this point in the history
  • Loading branch information
duanquanfeng authored and tekton-robot committed Jan 6, 2020
1 parent ebb071e commit e2a0084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,8 @@ spec:
args:
- "-c"
- kubectl --kubeconfig
/workspace/$(inputs.resources.testCluster.name)/kubeconfig --context
$(inputs.resources.testCluster.name) apply -f /workspace/service.yaml'
/workspace/$(inputs.resources.testcluster.name)/kubeconfig --context
$(inputs.resources.testcluster.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 e2a0084

Please sign in to comment.