docs
This commit is contained in:
@@ -197,11 +197,11 @@ npm run dev
|
||||
|
||||
Our setup uses three repositories:
|
||||
|
||||
| Repository | Purpose | You Edit |
|
||||
|------------|---------|----------|
|
||||
| **forte-helm** | Helm chart templates (generic, reusable) | ❌ Rarely |
|
||||
| **helm-values** | Application configuration (image tag, env vars) | ✅ Sometimes |
|
||||
| **sturdy-adventure** | ArgoCD Applications (what gets deployed) | ✅ Yes (for new apps) |
|
||||
| Repository | Purpose | Who Edits | How Often |
|
||||
|------------|---------|-----------|-----------|
|
||||
| **forte-helm** | Helm chart templates (generic, reusable) | Platform engineers | ❌ Rarely |
|
||||
| **helm-values** | Application configuration (image tag, env vars) | Developers / CI pipelines | ✅ Sometimes |
|
||||
| **sturdy-adventure** | ArgoCD Applications (what gets deployed) | Platform / DevOps engineers | ✅ Per new app |
|
||||
|
||||
### Example: Deploying "myapp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user