Skip to content

Commit

Permalink
Update ISSUE_TEMPLATE.md (argoproj#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 Duske committed Aug 15, 2019
1 parent 8a5bd82 commit 4dda89a
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 4dda89a

Please sign in to comment.