You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to utilize existingSecret for camunda components, it still generates default secret and puts value of global.identity.auth.camunda-component.existingSecret in camunda-component secretKey base64 encoded, instead of referencing existingSecret that I created.
Describe the issue:
When I try to utilize existingSecret for camunda components, it still generates default secret and puts value of global.identity.auth.camunda-component.existingSecret in camunda-component secretKey base64 encoded, instead of referencing existingSecret that I created.
snippet from values.yaml:
Actual behavior:
camunda-platform/charts/identity/templates/deployment.yaml env is using default secret that is created by chart:
camunda-platform/charts/identity/templates/connectors-secret.yaml is rendered to:
Expected behavior:
camunda-platform/charts/identity/templates/deployment.yaml env is using myExistingSecret that is created by me that has right secretKey in place:
How to reproduce:
create myExistingSecret that has connectors-secret secretKey and arbitrary value.
use values.yaml and run helm template
Steps to reproduce the issue.
If possible add a minimal reproducer code sample in a new repo/branch.
-->
Logs:
Environment:
Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.
The text was updated successfully, but these errors were encountered: