Lukas
Lukas
@igpetrov Thank you for your answer! The problem with inbound.mode = "credentials", my environment variables would no longer be duplicated, but then CAMUNDA_OPERATE_CLIENT_USERNAME, because this is already set with "credentials"....
That's the exact problem. We don't want to use --force always. Thats because helm doesn't allow double defined environment variables.
Using the credentials inbound mode and overriding the OPERATE_PASSWORD with demo works for us. No duplicated envs needed anymore. Thanks!