Skip to content

Commit

Permalink
Fix a typo in k8s docs (#1388)
Browse files Browse the repository at this point in the history
Cherry-picked from #1387
  • Loading branch information
renetapopova authored Jan 30, 2024
1 parent 604f8d1 commit 766cc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/kubernetes/accessing-neo4j-ingress.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ kubectl edit deployment ingress-nginx-controller -n ingress-nginx
+
[source, yaml]
----
- --tcp-services-configmap=inress-nginx/tcp-services
- --tcp-services-configmap=ingress-nginx/tcp-services
----
.. Save the changes and exit the editor.
.. Verify that the changes are applied by running `kubectl get all -n ingress-nginx`.
Expand Down

0 comments on commit 766cc1f

Please sign in to comment.