docs: Remove Splunk General Terms references from Helm deployment guide#76
Open
vivekr-splunk wants to merge 1 commit intomainfrom
Open
docs: Remove Splunk General Terms references from Helm deployment guide#76vivekr-splunk wants to merge 1 commit intomainfrom
vivekr-splunk wants to merge 1 commit intomainfrom
Conversation
Remove all references to Splunk General Terms (SGT) acceptance from the Helm deployment documentation per legal requirements. This includes: - All IMPORTANT warnings about accepting Splunk General Terms - Configuration examples with acceptGeneralTerms settings - Configuration examples with splunkGeneralTerms values - Notes referencing Splunk Operator README for SGT acceptance - Links to Splunk General Terms page The documentation now provides clean, straightforward installation instructions without SGT configuration requirements, aligning with the code changes that removed SGT validation from the charts. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR removes all Splunk General Terms (SGT) references from the Helm deployment documentation to align with earlier code changes that removed SGT validation from the Helm charts per legal requirements. The documentation is updated to provide clean, straightforward installation instructions without referencing the removed functionality.
Key Changes:
- Removed all "IMPORTANT" warnings and notes about accepting Splunk General Terms
- Removed configuration examples containing
acceptGeneralTermsandsplunkGeneralTermsparameters - Removed links to Splunk General Terms legal page and Splunk Operator README references
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Pull Request Test Coverage Report for Build 20390830736Details
💛 - Coveralls |
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
Removes all Splunk General Terms (SGT) references from the Helm deployment documentation to align with code changes that removed SGT validation from the Helm charts.
Changes Made
This PR updates
docs/deployment/helm-deployment.mdto remove:acceptGeneralTermssettingssplunkGeneralTermsvaluesWhat Remains
The documentation still provides:
Why This Change?
The SGT references were removed from the codebase per legal requirements in previous commits. This PR ensures the documentation stays in sync with the actual implementation, providing users with accurate installation instructions without referencing removed functionality.
Testing
Related Issues
Follows up on earlier work that removed SGT validation from Helm charts per legal requirements.
🤖 Generated with Claude Code