Update helm chart to add option of custom pod labels#528
Closed
LEttenfield wants to merge 1 commit intokosli-dev:mainfrom
Closed
Update helm chart to add option of custom pod labels#528LEttenfield wants to merge 1 commit intokosli-dev:mainfrom
LEttenfield wants to merge 1 commit intokosli-dev:mainfrom
Conversation
This adds an optional value for adding a map of pod labels to the cron job. This capability is required if for example Labels are required for selecting pods to run on eks fargate nodes.
10 tasks
ToreMerkely
added a commit
that referenced
this pull request
Sep 2, 2025
Contributor
|
Since our test do not run on push from external I have merged this change as a new PR The update will be part of v2.11.22 and later |
ToreMerkely
added a commit
that referenced
this pull request
Sep 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds an optional value for adding a map of pod labels to the cron job.
This capability is required if for example pod Labels are required for selecting pods to run on eks fargate nodes.
Range was used to ensure that key and values are formatted with correct indents otherwise yaml to json mapping errors can occur. This should take into account multiple label values
This has been tested locally through a helm release referencing multiple labels, a single label and 0 labels to ensure correct templating