Skip to content

Commit 7e7c213

Browse files
authored
Fix minor typos in bug_report.md (#10767)
Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
1 parent fdebb38 commit 7e7c213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ kubectl exec -it $POD_NAME -n $POD_NAMESPACE -- /nginx-ingress-controller --vers
6060

6161
- **How was the ingress-nginx-controller installed**:
6262
- If helm was used then please show output of `helm ls -A | grep -i ingress`
63-
- If helm was used then please show output of `helm -n <ingresscontrollernamepspace> get values <helmreleasename>`
63+
- If helm was used then please show output of `helm -n <ingresscontrollernamespace> get values <helmreleasename>`
6464
- If helm was not used, then copy/paste the complete precise command used to install the controller, along with the flags and options used
6565
- if you have more than one instance of the ingress-nginx-controller installed in the same cluster, please provide details for all the instances
6666

@@ -71,7 +71,7 @@ kubectl exec -it $POD_NAME -n $POD_NAMESPACE -- /nginx-ingress-controller --vers
7171
- `kubectl -n <ingresscontrollernamespace> describe svc <ingresscontrollerservicename>`
7272

7373
- **Current state of ingress object, if applicable**:
74-
- `kubectl -n <appnnamespace> get all,ing -o wide`
74+
- `kubectl -n <appnamespace> get all,ing -o wide`
7575
- `kubectl -n <appnamespace> describe ing <ingressname>`
7676
- If applicable, then, your complete and exact curl/grpcurl command (redacted if required) and the reponse to the curl/grpcurl command with the -v flag
7777

0 commit comments

Comments
 (0)