Skip to content

Commit

Permalink
GitHub: Fix exec in issue template. (#12388)
Browse files Browse the repository at this point in the history
Co-authored-by: liyang <[email protected]>
  • Loading branch information
k8s-infra-cherrypick-robot and daviderli614 authored Nov 19, 2024
1 parent 512ded8 commit ed603d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This questions are the first thing we need to know to understand the context.
<!-- What do you think went wrong? -->


**NGINX Ingress controller version** (exec into the pod and run nginx-ingress-controller --version.):
**NGINX Ingress controller version** (exec into the pod and run `/nginx-ingress-controller --version`):
<!--
POD_NAMESPACE=ingress-nginx
POD_NAME=$(kubectl get pods -n $POD_NAMESPACE -l app.kubernetes.io/name=ingress-nginx --field-selector=status.phase=Running -o jsonpath='{.items[0].metadata.name}')
Expand Down

0 comments on commit ed603d6

Please sign in to comment.