From 30456c60e02a43eed35f9dc03831f37ca16bbaa1 Mon Sep 17 00:00:00 2001 From: geisterfurz007 Date: Sat, 22 Jan 2022 23:24:27 +0100 Subject: [PATCH] Correct path to kubernetes files --- docs/install/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md index ffd21e49..a751c9d2 100644 --- a/docs/install/kubernetes.md +++ b/docs/install/kubernetes.md @@ -94,5 +94,5 @@ These manifests are tested against Release 1.0.1. Newer versions may not work wi To apply the manifest with kubectl, use the following command: ~~~ -kubectl apply -f ./docs/k8s/ +kubectl apply -f ./docs/install/k8s/ ~~~