From ac6eeb4d78a0ce35730eb9cc55eeb5320e6ee3ac Mon Sep 17 00:00:00 2001 From: Shubham Gopale Date: Tue, 25 Aug 2020 18:16:50 +0530 Subject: [PATCH] Use -k since we are using Kustomization (#272) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 55e04b4..85baace 100644 --- a/README.rst +++ b/README.rst @@ -81,7 +81,7 @@ It should be as simple as: .. code-block:: bash - $ kubectl apply -f deploy # apply all manifests from the folder + $ kubectl apply -k deploy # apply all manifests from the folder Afterwards you can open "kube-ops-view" via kubectl port-forward: