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:
parent
e91c9135db
commit
86d844dbc6
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user