Closed vikesh-chauhan closed 4 years ago
What is the main charts ? In order to understand deeply ?
The main chart is basically a wrapper around akhq chart which overrides the values.yaml file needed for akhq. my values.yaml for main charts looks like below. What i would like to do is for akhq to use the truststore.jks file located in the main chart for akhq's ssl configuration
kafka-akhq:
secrets: |
akhq:
connections:
xyz:
properties:
bootstrap.servers:
I was able to achieve it using extraVolumes and extraVolumeMounts. Thanks!
Hi I would like to reopen the issue as volume mount did not resolve the issue.
To summarize: I am have a parent helm chart which has truststore.jks file which i would like to pass to the subchart (akhq in this case). The parent chart does not have a pod to mount the file to a volume. Is there anyway I can pass the file to subchart for akhq subchart to use for truststore config
I am downloading akhq as a subchart through helm. I have overridden all configuration but not able to pass the truststore.jks file from parent chart to akhq subchart. What is the best way to do that?