[patch]: add sls_pod_templates support to LicenseService CR for standard and centralized pipelines - #563
Open
AditIBM931 wants to merge 12 commits into
Open
[patch]: add sls_pod_templates support to LicenseService CR for standard and centralized pipelines#563AditIBM931 wants to merge 12 commits into
AditIBM931 wants to merge 12 commits into
Conversation
added 10 commits
August 5, 2026 15:14
mnivedithaa
approved these changes
Aug 20, 2026
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.
Summary
Adds optional
sls_pod_templatessupport to theLicenseServicecustom resource in both the standard (instance-based) and centralized (standalone) SLS pipelines, allowing operators to configure pod-level settings such as resource requests/limits, replicas, tolerations, and affinity on SLS workloads.Changes
Standard pipeline (
instance-applications/)instance-applications/100-ibm-sls/templates/06-ibm-sls_LicenseService.yaml— rendersspec.podTemplateswhensls_pod_templatesis setinstance-applications/100-ibm-sls/values.yaml— addssls_pod_templates: {}defaultroot-applications/ibm-mas-instance-root/templates/100-ibm-sls-app.yaml— forwardsibm_sls.sls_pod_templatesinto the ArgoCD application valuesCentralized pipeline (
sls-applications/)sls-applications/100-ibm-sls/templates/06-ibm-sls_LicenseService.yaml— samepodTemplatesblocksls-applications/100-ibm-sls/values.yaml— addssls_pod_templates: {}defaultroot-applications/ibm-mas-sls-root/templates/100-ibm-sls-app.yaml— forwardsibm_sls_standalone.sls_pod_templatesinto the ArgoCD application valuesRelated Jira issues
Testing