Open marcel-dias opened 4 months ago
The changes involve enhancements and clarifications to the README.md
file for the n8n Helm chart. New sections have been added to invite community involvement and provide clearer guidance on configuration and installation. Key updates include the Requirements
, Configuration
, Installation
, and Scaling
sections, along with additional examples for typical configurations. The document structure remains largely intact, but the content is expanded to improve usability and understanding for users deploying and configuring the n8n Helm chart.
Files | Change Summary |
---|---|
README.md |
Added sections for community involvement and typical values example; updated Requirements , Configuration , Installation , N8N Specific Config Section , Values , Scaling , and Chart Deployment sections for clarity and additional details. |
README.md
file, adding a section for community involvement and modifying installation instructions, which aligns closely with the enhancements made in the main PR.README.md
related to the section discussing additional maintainers and contributors, which is relevant to the changes made in the main PR.Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
update of readme is needed, to indicated this possibility.
@Vad1mo I have updated the readme. Would appreciate you review.
feat: add envFrom into deployments to enable loading entire secrets or configMaps into container ENV_VARs
Scenario:
I use ExternalSecrets to fetch ENV_VARs from AWS SSM ParameterStore and create k8s secrets. Using envFrom is possible to load the entire secret without mapping key by key.
Summary by CodeRabbit
New Features
Typical Values Example
to provide practical configuration insights.Chores
Requirements
,Configuration
,Installation
,N8N Specific Config
,Values
, andScaling
sections for improved clarity and usability.