-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install Camel-K operator using a maven caSecrets settings. #6060
Labels
kind/bug
Something isn't working
Comments
CamelCatalog build logs:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
During operator installation, an error occurs when using custom maven caCerts.
IntegrationPlatform and CamelCatalog go into the Ready state. but Kamelets are not created.
Same errors occurs during integration build.
We are using custom JDK base image patched with custom certs and looks like the required cert is imported from
/opt/java/openjdk/lib/security/cacerts
rather than caSecrets.Related to #6030
Steps to reproduce
kubectl create secret generic maven-ca-certs --from-file=cert.crt=./cert.crt -n camel26
Relevant log output
Camel K version
v2.6.0-nightly; v2.5.0
The text was updated successfully, but these errors were encountered: