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

Fixes installations instructions in readme

Signed-off-by: Puneet Punamiya ppunamiy@redhat.com
This commit is contained in:
PuneetPunamiya 2022-08-25 11:35:50 +05:30 committed by tekton-robot
parent e91c9135db
commit 86d844dbc6
6 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/blue-green-d
## Installing the ClusterRoleBinding
```
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/blue-green-deploy/0.1/support/raw
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/blue-green-deploy/0.1/support/clusterrolebinding.yaml
```
## Workspaces

View File

@ -25,7 +25,7 @@ kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/istio-canary
## Installing the ClusterRoleBinding
```bash
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/istio-canary-release/0.1/support/raw
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/istio-canary-release/0.1/support/clusterrolebinding.yaml
```
## Workspaces

View File

@ -37,7 +37,7 @@ with permission to manage Knative resources.
To create a `ServiceAccount` with these permissions, you can run:
```
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/kn-apply/0.1/support/raw
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/kn-apply/0.1/support/kn-deployer.yaml
```
The service account is being created for 'default' namespace, please edit the

View File

@ -37,7 +37,7 @@ with permission to manage Knative resources.
To create a `ServiceAccount` with these permissions, you can run:
```
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/kn-apply/0.2/support/raw
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/kn-apply/0.2/support/kn-deployer.yaml
```
The service account is being created for 'default' namespace, please edit the

View File

@ -45,7 +45,7 @@ with permission to manage Knative resources.
To create a `ServiceAccount` with these permissions, you can run:
```
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/kn/0.1/support/raw
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/kn/0.1/support/kn-deployer.yaml
```
### Running the Task

View File

@ -45,7 +45,7 @@ with permission to manage Knative resources.
To create a `ServiceAccount` with these permissions, you can run:
```
kubectl apply -f https://api.hub.tekton.dev/v1/resource/tekton/task/kn/0.2/support/raw
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/main/task/kn/0.2/support/kn-deployer.yaml
```
### Running the Task