From e1a6ee9e2ccf14ea1da1de548d0073d8afeea4b5 Mon Sep 17 00:00:00 2001 From: Alex Stockinger Date: Mon, 20 Dec 2021 08:44:50 +0100 Subject: [PATCH] Fix cmdline in docs to apply kube-router manifests --- docs/network-policies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/network-policies.md b/docs/network-policies.md index eb92161..98294c2 100644 --- a/docs/network-policies.md +++ b/docs/network-policies.md @@ -10,7 +10,7 @@ Support for [Kubernetes network policies](https://kubernetes.io/docs/concepts/se The following command adds network policy support by deploying kube-router to work alongside Kilo: ```shell -kubectl apply -f kubectl apply -f https://raw.githubusercontent.com/squat/kilo/main/manifests/kube-router.yaml +kubectl apply -f https://raw.githubusercontent.com/squat/kilo/main/manifests/kube-router.yaml ``` ## Examples