You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Remove specific username references to make repo more generic
- **Updated README.md:**
- Added Quick Start section for immediate usage
- Updated clone instructions to use upstream repository
- Added clear fork and contribute instructions
- Removed specific username references (jeffdyoung, sherine from personal repos)
- Cleaned up duplicate content at end of file
- **Updated Tekton YAML files:**
- Changed default image-namespace from 'jdyoung' to 'your-registry-namespace'
- Updated git-url examples to use upstream repository
- Made all examples generic and user-agnostic
- **Benefits:**
- Anyone can now clone and run the repository without modifications
- Clear instructions for both direct usage and contribution
- Generic examples that work for any user
- Consistent references to upstream repository
Repository is now completely generic and ready for public use.
The pipeline supports multiple users deploying to completely isolated namespaces. Each user gets their own:
464
-
-**Namespace**: `ci-analysis-<username>`
465
-
-**Pipeline & Tasks**: Deployed in user's namespace
466
-
-**Resources**: Prefixed with username (e.g., `alice-ollama`, `bob-ci-analysis-agent`)
467
-
-**Routes**: Individual URLs for each deployment
468
-
-**Storage**: Isolated persistent volumes
469
-
-**Secrets**: Registry credentials in each user namespace
470
-
471
-
### Automated Deployment:
472
-
The pipeline supports GitHub webhooks for automatic deployment on code pushes from any repository. The webhook endpoint automatically creates user-specific deployments based on the repository owner.
473
-
474
-
The pipeline is production-ready and includes comprehensive error handling, security best practices, and detailed documentation. Perfect for development teams working on the same codebase with different features or environments.
0 commit comments