feat: backstage-override package for seamless local stack setup - #57
Open
punkwalker wants to merge 1 commit into
Open
feat: backstage-override package for seamless local stack setup#57punkwalker wants to merge 1 commit into
punkwalker wants to merge 1 commit into
Conversation
- Custom backstage-override ArgoCD app replaces ref-implementation's default backstage deployment with CI-built image - Includes guest auth, NODE_OPTIONS, homepage quick links, k8s config - Automated keycloak-fix task for upstream kubectl download bug - Updated Taskfile: stack:up is now a single command that handles idpbuilder + keycloak fix + kro + patches - New stack:swap task to deploy specific CI image by SHA - Updated README with quick start and troubleshooting Signed-off-by: Pankaj Walke <punkwalker@gmail.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
Adds a
backstage-overrideidpbuilder package that replaces the ref-implementation's default Backstage deployment, eliminating the manual image swap and ArgoCD revert loop.What changed
examples/local-stack/backstage-override/— Full Backstage deployment manifest with CI-built image, guest auth, NODE_OPTIONS, homepage quick links, and k8s config baked inexamples/local-stack/backstage-override.yaml— ArgoCD Application namedbackstagethat overrides the ref-implementation's defaultTaskfile.yml—task stack:upis now a single command: idpbuilder + keycloak fix + kro + patchesexamples/local-stack/README.md— Updated with quick start and troubleshootingProblems solved
backstageArgoCD app, so no more sync conflictsstack:keycloak-fixtask automatically extracts secrets from job logskubectl set imageneededUsage
Test Plan
task --listshows all stack commands