Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 6ceccbd

Browse files
authored
GitHub: Fix exec in issue template. (kubernetes#12386)
1 parent 6f868cb commit 6ceccbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This questions are the first thing we need to know to understand the context.
3737
<!-- What do you think went wrong? -->
3838

3939

40-
**NGINX Ingress controller version** (exec into the pod and run nginx-ingress-controller --version.):
40+
**NGINX Ingress controller version** (exec into the pod and run `/nginx-ingress-controller --version`):
4141
<!--
4242
POD_NAMESPACE=ingress-nginx
4343
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}')

0 commit comments

Comments
 (0)