You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DEVELOPEMENT.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,16 +64,16 @@ NOTE:- You need to install [tektoncd/pipeline](https://github.com/tektoncd/pipel
64
64
As of today only `"approve"` and `"reject"` are supported. If user passes the approval as `"approve"` then pipeline will proceed to execute the further tasks and if `"reject"` is provided then in that case it will fail the pipeline_
65
65
66
66
67
-
3. Now `approve/reject` the approval task by using `kubectl edit` command by updating the `input` field under `approvers` section fo your username
67
+
3. Once the approvaltask is created, you can use `tkn-approvaltask` CLI to list and describe the approvaltask
68
68
69
-
To get the approvalTask name you can use this command
70
-
71
-
```bash
72
-
kubectl get approvaltask
73
-
```
69
+
```shell
70
+
tkn-approvaltask list ---> 👈🏻 To list the approvaltask
71
+
tkn-approvaltask describe ---> 👈🏻 To describe the approvaltask
72
+
```
74
73
75
-
**NOTE** :- If you are using a kind cluster and you need to approve/reject for that particular user then in that case you can run the following command
74
+
4. Now `approve/reject` the approvaltask using `tkn-approvaltask` plugin
0 commit comments