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

fix: added support for optimize env vars for migration initcontainer #2710

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

drodriguez-305
Copy link
Contributor

Which problem does the PR fix?

Related to: #2709

What's in this PR?

modified the optimize deployment to render the optimized env vars in the migration init container.

{{- with .Values.optimize.env }}
{{- tpl (toYaml .) $ | nindent 12 }}
{{- end }}
{{- with .Values.optimize.migration.env }}
{{- tpl (toYaml .) $ | nindent 12 }}
{{- end }}

Checklist

Please make sure to follow our Contributing Guide.

Before opening the PR:

  • In the repo's root dir, run make go.update-golden-only.
  • There is no other open pull request for the same update/change.
  • Tests for charts are added (if needed).
  • In-repo documentation are updated (if needed).

After opening the PR:

  • Did you sign our CLA (Contributor License Agreement)? It will show once you open the PR.
  • Did all checks/tests pass in the PR?

@drodriguez-305 drodriguez-305 added this to the 8.7 Release Cycle milestone Dec 19, 2024
@drodriguez-305 drodriguez-305 self-assigned this Dec 19, 2024
@drodriguez-305 drodriguez-305 linked an issue Dec 19, 2024 that may be closed by this pull request
@github-actions github-actions bot added version/8.6 Camunda applications/cycle version component/optimize version/alpha Camunda applications/cycle version (this is a pointer to alpha) labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/optimize kind/fix version/alpha Camunda applications/cycle version (this is a pointer to alpha) version/8.6 Camunda applications/cycle version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ISSUE] add optimize env vars to migration init container
2 participants