Closed CROprogrammer closed 1 year ago
Hey! Thanks for opening this issue. I will have a look at it very shortly.
Looks like we actually have an issue here... At first, the name of secret was not configurable and was assumed to be {{name}}-kafka-truststore
. Then we make it configurable and forgot to change this one...
Would you be able to test a fix by using the quay.io/microcks/microcks-ansible-operator:nightly
container image? I think I can produce something within an hour or two...
New quay.io/microcks/microcks-ansible-operator:nightly
image has been produced and embeds the fix. Please let us know!
Describe the bug
When I use MicrocksInstall file:
I get error on my microcksintall pods:
reason: CreateContainerConfigError message: secret "microcksinstall-kafka-truststore" not found
Why is it looking for
microcksinstall-kafka-truststore
when I explicitly defined thatmicrocks-cluster-cluster-ca-cert
is the correct truststore?Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Microcks version or git rev
1.7.0
Install method (
docker-compose
,helm chart
,operator
,docker-desktop extension
,...)operator
Additional information
Local OpenShift, version 4.13.0, Kubernetes version: v1.26.3+b404935