Skip to content

Commit

Permalink
Update DEVELOPMENT.md sugar references
Browse files Browse the repository at this point in the history
- sugar controller needs to be enabled for e2e tests that depend on it.
  This is done in e2e-common.sh for CI but must be done manually for local setups.
  • Loading branch information
xtreme-sameer-vohra committed Feb 22, 2022
1 parent 25535e8 commit c9d66a2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,12 @@ ko apply -f config/brokers/mt-channel-broker/
Depending on your needs you might want to install other
[Broker implementations](https://github.com/knative/eventing/tree/main/docs/broker).

## (Optional) Install Sugar controller
## Enable Sugar controller

If you are running full set of e2e tests, you will need to install the
[sugar controller](config/sugar/README.md).
If you are running e2e tests that leverage the Sugar Controller, you will need to enable the Sugar Controller

```shell
ko apply -f config/sugar/
ko apply -f test/config/sugar.yaml
```

## Iterating
Expand Down

0 comments on commit c9d66a2

Please sign in to comment.