1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

Moved example TaskRun to sub dir

This commit is contained in:
Florian Hopfensperger 2020-06-03 12:18:39 +02:00 committed by tekton-robot
parent fe6e041a03
commit 2fa2e40357
2 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ kubectl -n ${tns} apply -f ./git/git-clone.yaml
kubectl -n ${tns} create serviceaccount helm-pipeline-run-sa -o yaml --dry-run=client | kubectl apply -f -
# Add edit role to service account
kubectl -n ${tns} create rolebinding helm-pipeline-run-sa-edit --clusterrole edit --user helm-pipeline-run-sa -o yaml --dry-run=client | kubectl apply -f -
kubectl -n ${tns} create rolebinding helm-pipeline-run-sa-edit --clusterrole edit --serviceaccount ${tns}:helm-pipeline-run-sa -o yaml --dry-run=client | kubectl apply -f -