Skip to content
New issue

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

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

Already on GitHub? # to your account

Add Support for Configurable concurrencyPolicy in Helm Chart #51

Merged
merged 2 commits into from
Feb 8, 2025

Conversation

pedrow-coelho
Copy link
Contributor

Modify the CronJob template to make the concurrencyPolicy field configurable through the values.yaml file. Currently, the value is hardcoded as Allow in the template. This change will allow the value to be parameterized, following the existing Helm Chart pattern for configurable fields, with a default value set to Forbid. This enhancement provides greater flexibility in defining concurrency behavior for jobs across different environments.

@ameijer ameijer merged commit 4ea75d9 into ameijer:master Feb 8, 2025
2 of 3 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants