CSPL-4631: add Helm chart support for feature gates#1860
Open
kubabuczak wants to merge 1 commit intodevelopfrom
Open
CSPL-4631: add Helm chart support for feature gates#1860kubabuczak wants to merge 1 commit intodevelopfrom
kubabuczak wants to merge 1 commit intodevelopfrom
Conversation
Add splunkOperator.featureGates map to values so operators can enable feature gates via helm install/upgrade without per-gate chart modifications. A helper template formats the map into a single --feature-gates=Key1=true,Key2=false arg; the deployment template conditionally includes it when the map is non-empty. Also introduces helm-unittest with Makefile targets (helm-lint, helm-test, helm-check) and fixes a pre-existing nindent bug in the extraEnvs rendering.
Igor-splunk
approved these changes
Apr 20, 2026
rlieberman-splunk
approved these changes
Apr 20, 2026
kasiakoziol
approved these changes
Apr 21, 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.
Description
Add
splunkOperator.featureGatesmap to the Helm chart so operators can enable feature gates viahelm install/upgradewithout per-gate chart modifications.Key Changes
featureGatesmap to values and a helper template that formats it into--feature-gates=Key=bool,...make helm-checktargetFeatureGates.mdandValidationWebhook.mdwith Helm usageTesting and Verification
helm lintpasseshelm templateverified for 0, 1, and 2 gatesmake helm-check)Related Issues
PR Checklist
test/testenv/,test/run-tests.sh,test/env.sh),docs/IntegrationTesting.mdhas been updated