Does comunda 8 operate helm chart support env variables for the elasticsearch basic auth?

Does operate helm chart have corresponding environment variables for the following application config properties

camunda.operate.elasticsearch.url
camunda.operate.elasticsearch.username
camunda.operate.elasticsearch.password
camunda.operate.zeebeElasticsearch.url
camunda.operate.zeebeElasticsearch.username
camunda.operate.zeebeElasticsearch.password

There is no way to configure the username and password via default configmap camunda-platform-helm/configmap.yaml at main · camunda/camunda-platform-helm · GitHub. So far i can only think of one way, to add additional configmap for springboot properties override file and add SPRING_BOOT_ADDITINAL_CONFIG env variable. But would be great if there are default env variables to setup username and password

Hey @rusashi01

since Operate is a spring boot application all these properties can also be set as environment variables. For example camunda.operate.elasticsearch.username would be CAMUNDA_OPERATE_ELASTICSEARCH_USERNAME.

Which you can set under operate.env, see camunda-platform-helm/charts/camunda-platform at main · camunda/camunda-platform-helm · GitHub

Hope that helps.

Greets
Chris