Conversation
Popie52
force-pushed
the
docs/1530-namespace-guide
branch
from
September 20, 2026 18:05
7404cf2 to
22b1024
Compare
Signed-off-by: popie52 <popiesailor@gmail.com>
Popie52
force-pushed
the
docs/1530-namespace-guide
branch
from
September 20, 2026 18:10
22b1024 to
7e08ff9
Compare
EnriqueL8
reviewed
Sep 21, 2026
| will interact with the first contract in the list until instructions are received to terminate it and | ||
| migrate to the next. | ||
|
|
||
| ## Adding a Namespace with the FireFly Helm Chart |
Contributor
There was a problem hiding this comment.
Was expecting this section to be in it's own guide/tutorial type of file. This namespace reference is all about how to configure a namespace. Given this is very specific to the way the helm charts work might be worth splitting this out, what do you think @Popie52 ?
Contributor
Author
There was a problem hiding this comment.
Agreed on it.
should i keep the focus on basic namespace creation with helm or also cover more advanced configurations like mulltipart and additional pugins?
Contributor
There was a problem hiding this comment.
Up to you how much time you want to invest in it, we could start off with a basic helm creation in this PR and then a follow up with advanced modes?
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
This branch has not been deployed
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.
Proposed changes
Adds a practical guide for configuring an additional FireFly namespace using the FireFly Helm chart.
The documentation covers:
config.extraNamespacesconfigurationThe workflow was tested against a local FireFly deployment using the Helm chart.
Fixes #1530
Types of changes
Please make sure to follow these points
Screenshots (If Applicable)
Other Information
The guide is intentionally focused on the minimal configuration required to add a namespace with the Helm chart, while pointing to the existing namespace and multi-party documentation for more advanced configurations.
The documented workflow was validated locally by deploying the FireFly Helm chart, adding a
paymentsnamespace throughconfig.extraNamespaces, and verifying the namespace and its configured plugins through the FireFly API.