I’m trying to install SonarQube 9.9LTS via the Helm chart (v8.0.2 specifically).
According to the documentation caCerts
is expecting a Secret.
Is there nay way currently to use a ConfigMap in addition to / instead of a Secret?
I ask because cert-manager distributes the CA certificates (via trust-manager) as a ConfigMap, not a Secret.