Skip to content

Commit 3926fb5

Browse files
Update accessing-neo4j-ingress.adoc (#1551) (#1554)
The following line has a typo scv instead of svc kubectl get scv -n ingress-nginx should be kubectl get svc -n ingress-nginx or kubectl get service -n ingress-nginx Co-authored-by: davidlrosenblum <[email protected]>
1 parent ce87f55 commit 3926fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/kubernetes/accessing-neo4j-ingress.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ kubectl apply -f /path/to/your/nginx-tcp.yaml
235235
+
236236
[source,shell]
237237
----
238-
kubectl get scv -n ingress-nginx
238+
kubectl get svc -n ingress-nginx
239239
----
240240
.. Open the Ingress controller service for editing:
241241
+

0 commit comments

Comments
 (0)