Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add back zeebe configuration to our helm values #2706

Open
rodrigo-lourenco-lopes opened this issue Dec 19, 2024 · 0 comments
Open

Add back zeebe configuration to our helm values #2706

rodrigo-lourenco-lopes opened this issue Dec 19, 2024 · 0 comments
Assignees
Labels
kind/issue Unidentified issue, it could be a bug, misconfig, or anything in between

Comments

@rodrigo-lourenco-lopes
Copy link
Contributor

Describe the issue:

Add zeebe configuratitions to our helm values here, this can be done through core.configuration but this will overide the defaults in the config values in core.configmap in the camunda-platform-helm repo, see:

application.yaml: |
{{ .Values.core.configuration | indent 4 | trim }}
{{- else }}
application.yaml: |
{{ if .Values.global.identity.auth.enabled }}

These configurations were commented out in our values.yaml in this PR.

One possible solution is to append this configuration at the end of the defaults in the camunda-platform-helm core.configmap.yaml since spring reads the configuration sequentially and would override any repeating config, instead of deleting the defaults.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/issue Unidentified issue, it could be a bug, misconfig, or anything in between
Projects
None yet
Development

No branches or pull requests

1 participant