Skip to content

Commit

Permalink
Add kuadrant operator install to local-setup
Browse files Browse the repository at this point in the history
Adds the kuadrant-operator as a dependency of the MGC operator
installation and is installed on the OCM hub cluster during local-setup.

ci: add workflow_dispatch to e2e
  • Loading branch information
mikenairn authored and maleck13 committed Feb 21, 2024
1 parent 82f4bc6 commit 8291d5d
Show file tree
Hide file tree
Showing 40 changed files with 503 additions and 1,663 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
- '**.md'
- 'samples/**'
- 'LICENSE'
workflow_dispatch:

jobs:
e2e_test_suite:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ When deploying the multicluster gateway controller using the make targets, the f
* go >= 1.21

### 1. Running the controller in the cluster:
1. Set up your DNS Provider by following these [steps](./docs/dnspolicy/dns-provider.md)
1. Set up your DNS Provider by following these [steps](https://github.com/Kuadrant/dns-operator/blob/main/docs/provider.md)

1. Setup your local environment
```sh
Expand Down Expand Up @@ -63,7 +63,7 @@ When deploying the multicluster gateway controller using the make targets, the f
```

## 2. Running the controller locally:
1. Set up your DNS Provider by following these [steps](./docs/dnspolicy/dns-provider.md)
1. Set up your DNS Provider by following these [steps](https://github.com/Kuadrant/dns-operator/blob/main/docs/provider.md)

1. Setup your local environment

Expand Down
315 changes: 0 additions & 315 deletions bundle/manifests/kuadrant.io_tlspolicies.yaml

This file was deleted.

Loading

0 comments on commit 8291d5d

Please sign in to comment.