Skip to content

Commit

Permalink
Update ISSUE_TEMPLATE.md (#1528)
Browse files Browse the repository at this point in the history
edit to follow to current README.md installation guides.
  • Loading branch information
hidekuro authored and jessesuen committed Aug 6, 2019
1 parent b5702d8 commit bb0d14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ $ kubectl logs <failedpodname> -c wait
```
- workflow-controller logs:
```
$ kubectl logs -n kube-system $(kubectl get pods -l app=workflow-controller -n kube-system -o name)
$ kubectl logs -n argo $(kubectl get pods -l app=workflow-controller -n argo -o name)
```

0 comments on commit bb0d14a

Please sign in to comment.