Conversation
Add support for deploying plugins to namespaces defined in their plugin.yaml metadata, with a confirmation modal for custom namespace installs. The Helm chart now manages its own namespace declaratively when it differs from the release namespace, and all documentation and defaults use the shortened cp-plugins-admin namespace. The BFF exposes its own namespace at runtime via the Kubernetes Downward API (GET /api/config), enabling future cross-namespace resource creation (e.g. NetworkPolicies) without hardcoded values. SSE lifecycle endpoints now include a keepalive heartbeat, and the Helm timeout is aligned to prevent premature connection drops. Includes a migration guide for users upgrading from pre-0.1.2 deployments that used the old namespace. --- Signed-off-by: Guillaume Moutier <guimou@users.noreply.github.com> Co-Authored-By: Claude <noreply@anthropic.com>
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
plugin.yaml; a confirmation modal is shown before installing to a custom namespacecp-plugins-adminGET /api/configasbffNamespace, enabling future cross-namespace resource creation without hardcoded valuesTest plan
helm templaterendersPOD_NAMESPACEenv var with Downward API fieldRefGET /api/configreturnsbffNamespacealongside existing fieldsplugin.yamland confirm the install modal appearsnpm test(frontend) andcd bff && npm test(BFF) — all tests passhelm lint chart/andhelm template test chart/— no errors