Describe the bug
In eventing and serving operators, we have a feature that we can override the image for a container using a structure like this:
apiVersion: operator.knative.dev/v1alpha1
kind: KnativeEventing
metadata:
...
spec:
registry:
override:
eventing-controller: docker.io/my-eventing-controller
However, the container names are not unique.
Deployments and their container names are listed below:
Deployment : Container
broker-controller : eventing-controller
eventing-controller: eventing-controller
eventing-webhook: eventing-webhook
imc-controller: controller
imc-dispatcher: dispatcher
Expected behavior
Clear, consistent and unique container names.
To Reproduce
Try overriding the image as explained above. You can't do it properly.
Knative release version
Eventing version: 0.13.0
Eventing operator version: 0.13.0
Additional context
None
Describe the bug
In eventing and serving operators, we have a feature that we can override the image for a container using a structure like this:
However, the container names are not unique.
Deployments and their container names are listed below:
Expected behavior
Clear, consistent and unique container names.
To Reproduce
Try overriding the image as explained above. You can't do it properly.
Knative release version
Eventing version: 0.13.0
Eventing operator version: 0.13.0
Additional context
None