Correct path to kubernetes files

This commit is contained in:
geisterfurz007 2022-01-22 23:24:27 +01:00 committed by GitHub
parent 95b10bc01c
commit 30456c60e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: To apply the manifest with kubectl, use the following command:
~~~ ~~~
kubectl apply -f ./docs/k8s/ kubectl apply -f ./docs/install/k8s/
~~~ ~~~