Skip to content

Commit

Permalink
Apply recursively
Browse files Browse the repository at this point in the history
This change is required because the generated CRD is now
appearing in a sub-folder instead of at the root.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Jun 18, 2020
1 parent 1ce6cda commit c539556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
```
Expand Down

0 comments on commit c539556

Please sign in to comment.