I am trying to deploy Kibana from the Helm chart via an App in Rancher 2.2.8.
I want to mount in a CA certificate file for our internal CA authority, so I created a ConfigMap called elasticsearch-ca
.
The Kibana chart description has the following to allow you to mount additional ConfigMaps:
Parameter Description Default
extraConfigMapMounts Additional configmaps to be mounted []
I don’t know what to put as the value for this in the Answers section. I have tried several formats:
['elasticsearch-ca']
[elasticsearch-ca]
"[elasticsearch-ca]"
["elasticsearch-ca"]
"elasticsearch-ca"
When I click on the app, it shows the following error (with whatever I put as the answer):
Wait helm template failed. Error: render error in "kibana/templates/deployment.yaml": template: kibana/templates/deployment.yaml:194:17: executing "kibana/templates/deployment.yaml" at <.Values.extraConfigM...>: range can't iterate over "elasticsearch-ca" : exit status 1