broom: We do not have an activator in Eventing, hence using a different deployment (#5416)

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
Co-authored-by: Matthias Wessendorf <mwessend@redhat.com>
This commit is contained in:
Knative Prow Robot 2023-02-08 13:45:48 +00:00 committed by GitHub
parent 784dd48dac
commit 102b2b71bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -419,7 +419,7 @@ affinity:
- ssd
```
to the deployment `activator`, you need to change your KnativeEventing CR as below:
to the deployment `eventing-controller`, you need to change your KnativeEventing CR as below:
```yaml
apiVersion: operator.knative.dev/v1beta1
@ -429,7 +429,7 @@ metadata:
namespace: knative-eventing
spec:
deployments:
- name: activator
- name: eventing-controller
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution: