diff --git a/README.md b/README.md index b105b7c5..46409bc5 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ When deploying the operator, you will also need to: #### In-cluster: ```sh -kubectl apply -f ./artifacts/ +kubectl apply -R -f ./artifacts/ kubectl logs -n openfaas deploy/ingress-operator ``` @@ -305,7 +305,7 @@ kubectl logs -n openfaas deploy/ingress-operator ```sh rm ./artifacts/operator-amd64.yaml -kubectl apply -f ./artifacts/ +kubectl apply -R -f ./artifacts/ go build && ./ingress-operator -kubeconfig=./config ```