fortedigital/forte-helm
This commit is contained in:
@@ -137,7 +137,7 @@ This repository contains the complete GitOps configuration for our Kubernetes cl
|
|||||||
| Repository | Purpose | Who Edits | How Often |
|
| Repository | Purpose | Who Edits | How Often |
|
||||||
|------------|---------|-----------|-----------|
|
|------------|---------|-----------|-----------|
|
||||||
| **[sturdy-adventure](https://github.com/fortedigital/sturdy-adventure.git)** (this repo) | ArgoCD Applications, cluster resources | Platform / DevOps engineers | ✅ Often |
|
| **[sturdy-adventure](https://github.com/fortedigital/sturdy-adventure.git)** (this repo) | ArgoCD Applications, cluster resources | Platform / DevOps engineers | ✅ Often |
|
||||||
| **[forte-helm](https://github.com/snothub/forte-helm)** | Generic Helm chart templates | Platform engineers | ❌ Rarely |
|
| **[forte-helm](https://github.com/fortedigital/forte-helm)** | Generic Helm chart templates | Platform engineers | ❌ Rarely |
|
||||||
| **[helm-values](git@github.com:fortedigital/helm-values.git)** | App-specific configuration & versions | Developers / CI pipelines | ✅ Sometimes |
|
| **[helm-values](git@github.com:fortedigital/helm-values.git)** | App-specific configuration & versions | Developers / CI pipelines | ✅ Sometimes |
|
||||||
|
|
||||||
### GitOps Workflow
|
### GitOps Workflow
|
||||||
@@ -473,7 +473,7 @@ Documentation lives in `docs/`. To update:
|
|||||||
- [Sealed Secrets](https://github.com/bitnami-labs/sealed-secrets)
|
- [Sealed Secrets](https://github.com/bitnami-labs/sealed-secrets)
|
||||||
|
|
||||||
### Related Repositories
|
### Related Repositories
|
||||||
- [forte-helm](https://github.com/snothub/forte-helm) - Helm chart templates
|
- [forte-helm](https://github.com/fortedigital/forte-helm) - Helm chart templates
|
||||||
- [helm-values](git@github.com:fortedigital/helm-values.git) - Application values
|
- [helm-values](git@github.com:fortedigital/helm-values.git) - Application values
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://github.com/snothub/forte-helm
|
- repoURL: https://github.com/fortedigital/forte-helm
|
||||||
path: forteapp
|
path: forteapp
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
helm:
|
helm:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://github.com/snothub/forte-helm
|
- repoURL: https://github.com/fortedigital/forte-helm
|
||||||
path: forteapp
|
path: forteapp
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
helm:
|
helm:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://github.com/snothub/forte-helm
|
- repoURL: https://github.com/fortedigital/forte-helm
|
||||||
path: forteapp
|
path: forteapp
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
helm:
|
helm:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://github.com/snothub/forte-helm
|
- repoURL: https://github.com/fortedigital/forte-helm
|
||||||
path: forteapp
|
path: forteapp
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
helm:
|
helm:
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ You'll need read/write access to these repositories:
|
|||||||
|
|
||||||
3. **forte-helm** (Chart repo - read-only for most developers)
|
3. **forte-helm** (Chart repo - read-only for most developers)
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/snothub/forte-helm.git
|
git clone https://github.com/fortedigital/forte-helm.git
|
||||||
cd forte-helm
|
cd forte-helm
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -134,7 +134,7 @@ cd ~/dev/k8s
|
|||||||
# Clone repositories
|
# Clone repositories
|
||||||
git clone https://github.com/fortedigital/sturdy-adventure.git launchpad
|
git clone https://github.com/fortedigital/sturdy-adventure.git launchpad
|
||||||
git clone git@github.com:fortedigital/helm-values.git helm-prod-values
|
git clone git@github.com:fortedigital/helm-values.git helm-prod-values
|
||||||
git clone https://github.com/snothub/forte-helm.git forte-helm
|
git clone https://github.com/fortedigital/forte-helm.git forte-helm
|
||||||
|
|
||||||
# Your folder structure:
|
# Your folder structure:
|
||||||
# ~/dev/k8s/
|
# ~/dev/k8s/
|
||||||
@@ -247,7 +247,7 @@ metadata:
|
|||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://github.com/snothub/forte-helm
|
- repoURL: https://github.com/fortedigital/forte-helm
|
||||||
path: forteapp
|
path: forteapp
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
@@ -411,7 +411,7 @@ spec:
|
|||||||
|
|
||||||
sources:
|
sources:
|
||||||
# Source 1: Helm chart templates
|
# Source 1: Helm chart templates
|
||||||
- repoURL: https://github.com/snothub/forte-helm
|
- repoURL: https://github.com/fortedigital/forte-helm
|
||||||
path: forteapp
|
path: forteapp
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
helm:
|
helm:
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ sturdy-adventure/
|
|||||||
---
|
---
|
||||||
|
|
||||||
### 2. **Helm Charts Repository**
|
### 2. **Helm Charts Repository**
|
||||||
**Repository**: `https://github.com/snothub/forte-helm`
|
**Repository**: `https://github.com/fortedigital/forte-helm`
|
||||||
**Purpose**: Reusable Helm chart templates for Forte applications
|
**Purpose**: Reusable Helm chart templates for Forte applications
|
||||||
**Location**: `C:\dev\k8s\forte-helm`
|
**Location**: `C:\dev\k8s\forte-helm`
|
||||||
|
|
||||||
@@ -343,7 +343,7 @@ Applications like `mcp10x` and `musicman` use multiple sources:
|
|||||||
```yaml
|
```yaml
|
||||||
spec:
|
spec:
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://github.com/snothub/forte-helm
|
- repoURL: https://github.com/fortedigital/forte-helm
|
||||||
path: forteapp # Helm chart templates
|
path: forteapp # Helm chart templates
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
|
|||||||
@@ -177,7 +177,7 @@ spec:
|
|||||||
|
|
||||||
### Helm Charts Repository: `forte-helm`
|
### Helm Charts Repository: `forte-helm`
|
||||||
|
|
||||||
**URL**: `https://github.com/snothub/forte-helm`
|
**URL**: `https://github.com/fortedigital/forte-helm`
|
||||||
|
|
||||||
#### Chart: `forteapp`
|
#### Chart: `forteapp`
|
||||||
|
|
||||||
@@ -513,7 +513,7 @@ spec:
|
|||||||
|
|
||||||
# Multi-source configuration
|
# Multi-source configuration
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://github.com/snothub/forte-helm
|
- repoURL: https://github.com/fortedigital/forte-helm
|
||||||
path: forteapp
|
path: forteapp
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
helm:
|
helm:
|
||||||
|
|||||||
Reference in New Issue
Block a user