Use -k since we are using Kustomization (#272)

This commit is contained in:
Shubham Gopale
2020-08-25 18:16:50 +05:30
committed by GitHub
parent 89c143d3aa
commit ac6eeb4d78

View File

@@ -81,7 +81,7 @@ It should be as simple as:
.. code-block:: bash .. 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: Afterwards you can open "kube-ops-view" via kubectl port-forward: