-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration samples #223
Configuration samples #223
Conversation
t-m-crane
commented
Apr 15, 2024
- Add documentation and deployable examples for some configuration management scenarios. Examples are based on Kubernetes provider.
- Scenarios covered:
- Conditional configuration activation
- Reusable configuration segments
- Array merging in configurations
- Using context to assemble configuration
docs/samples/configuration/README.md
Outdated
@@ -0,0 +1,11 @@ | |||
# Configuration Management Documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be titled "Configuration Management Samples", because we do have a docs directory under docs/symphony-book/configuration-management. We should add a link from the _overview.md under that folder to this folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That makes sense, I made these updates.