fix
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
### For New Developers
|
### For New Developers
|
||||||
```bash
|
```bash
|
||||||
# 1. Clone repositories
|
# 1. Clone repositories
|
||||||
git clone https://github.com/snothub/sturdy-adventure.git
|
git clone https://github.com/fortedigital/sturdy-adventure.git
|
||||||
git clone git@github.com:fortedigital/helm-values.git
|
git clone git@github.com:fortedigital/helm-values.git
|
||||||
|
|
||||||
# 2. Read the guides
|
# 2. Read the guides
|
||||||
@@ -136,7 +136,7 @@ This repository contains the complete GitOps configuration for our Kubernetes cl
|
|||||||
|
|
||||||
| Repository | Purpose | You Edit |
|
| Repository | Purpose | You Edit |
|
||||||
|------------|---------|----------|
|
|------------|---------|----------|
|
||||||
| **[sturdy-adventure](https://github.com/snothub/sturdy-adventure.git)** (this repo) | ArgoCD Applications, cluster resources | ✅ Often |
|
| **[sturdy-adventure](https://github.com/fortedigital/sturdy-adventure.git)** (this repo) | ArgoCD Applications, cluster resources | ✅ Often |
|
||||||
| **[forte-helm](https://github.com/snothub/forte-helm)** | Generic Helm chart templates | ❌ Rarely |
|
| **[forte-helm](https://github.com/snothub/forte-helm)** | Generic Helm chart templates | ❌ Rarely |
|
||||||
| **[helm-values](git@github.com:fortedigital/helm-values.git)** | App-specific configuration & versions | ✅ Sometimes |
|
| **[helm-values](git@github.com:fortedigital/helm-values.git)** | App-specific configuration & versions | ✅ Sometimes |
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://github.com/snothub/sturdy-adventure.git
|
repoURL: https://github.com/fortedigital/sturdy-adventure.git
|
||||||
path: infra
|
path: infra
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ You'll need read/write access to these repositories:
|
|||||||
|
|
||||||
1. **sturdy-adventure** (Config repo)
|
1. **sturdy-adventure** (Config repo)
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/snothub/sturdy-adventure.git
|
git clone https://github.com/fortedigital/sturdy-adventure.git
|
||||||
cd sturdy-adventure
|
cd sturdy-adventure
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -132,7 +132,7 @@ mkdir -p ~/dev/k8s
|
|||||||
cd ~/dev/k8s
|
cd ~/dev/k8s
|
||||||
|
|
||||||
# Clone repositories
|
# Clone repositories
|
||||||
git clone https://github.com/snothub/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/snothub/forte-helm.git forte-helm
|
||||||
|
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ This Kubernetes cluster uses a **GitOps approach** powered by **ArgoCD**, where
|
|||||||
## Repository Structure
|
## Repository Structure
|
||||||
|
|
||||||
### 1. **Config Repository** (Current Repo)
|
### 1. **Config Repository** (Current Repo)
|
||||||
**Repository**: `https://github.com/snothub/sturdy-adventure.git`
|
**Repository**: `https://github.com/fortedigital/sturdy-adventure.git`
|
||||||
**Purpose**: GitOps configuration - ArgoCD Applications and cluster resources
|
**Purpose**: GitOps configuration - ArgoCD Applications and cluster resources
|
||||||
**Location**: `C:\dev\k8s\launchpad`
|
**Location**: `C:\dev\k8s\launchpad`
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ kubectl get nodes
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 1. Clone config repository
|
# 1. Clone config repository
|
||||||
git clone https://github.com/snothub/sturdy-adventure.git
|
git clone https://github.com/fortedigital/sturdy-adventure.git
|
||||||
cd sturdy-adventure
|
cd sturdy-adventure
|
||||||
|
|
||||||
# 2. Set cluster name (optional)
|
# 2. Set cluster name (optional)
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ Internet
|
|||||||
|
|
||||||
### Config Repository: `sturdy-adventure`
|
### Config Repository: `sturdy-adventure`
|
||||||
|
|
||||||
**URL**: `https://github.com/snothub/sturdy-adventure.git`
|
**URL**: `https://github.com/fortedigital/sturdy-adventure.git`
|
||||||
|
|
||||||
#### Directory Structure
|
#### Directory Structure
|
||||||
|
|
||||||
@@ -162,7 +162,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://github.com/snothub/sturdy-adventure.git
|
repoURL: https://github.com/fortedigital/sturdy-adventure.git
|
||||||
path: infra
|
path: infra
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ spec:
|
|||||||
project: default
|
project: default
|
||||||
|
|
||||||
source:
|
source:
|
||||||
repoURL: https://github.com/snothub/sturdy-adventure.git
|
repoURL: https://github.com/fortedigital/sturdy-adventure.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: cluster-resources
|
path: cluster-resources
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://github.com/snothub/sturdy-adventure.git
|
repoURL: https://github.com/fortedigital/sturdy-adventure.git
|
||||||
path: apps
|
path: apps
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ spec:
|
|||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/infra/values/fluent-bit-values.yaml
|
- $values/infra/values/fluent-bit-values.yaml
|
||||||
|
|
||||||
- repoURL: https://github.com/snothub/sturdy-adventure.git
|
- repoURL: https://github.com/fortedigital/sturdy-adventure.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
ref: values
|
ref: values
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ spec:
|
|||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/infra/values/grafana-values.yaml
|
- $values/infra/values/grafana-values.yaml
|
||||||
|
|
||||||
- repoURL: https://github.com/snothub/sturdy-adventure.git
|
- repoURL: https://github.com/fortedigital/sturdy-adventure.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
ref: values
|
ref: values
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ spec:
|
|||||||
project: default
|
project: default
|
||||||
|
|
||||||
source:
|
source:
|
||||||
repoURL: https://github.com/snothub/sturdy-adventure.git
|
repoURL: https://github.com/fortedigital/sturdy-adventure.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: cluster-resources/policies
|
path: cluster-resources/policies
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ spec:
|
|||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/infra/values/loki-values.yaml
|
- $values/infra/values/loki-values.yaml
|
||||||
|
|
||||||
- repoURL: https://github.com/snothub/sturdy-adventure.git
|
- repoURL: https://github.com/fortedigital/sturdy-adventure.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
ref: values
|
ref: values
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ spec:
|
|||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/infra/values/prometheus-values.yaml
|
- $values/infra/values/prometheus-values.yaml
|
||||||
|
|
||||||
- repoURL: https://github.com/snothub/sturdy-adventure.git
|
- repoURL: https://github.com/fortedigital/sturdy-adventure.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
ref: values
|
ref: values
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://github.com/snothub/sturdy-adventure.git
|
repoURL: https://github.com/fortedigital/sturdy-adventure.git
|
||||||
path: secrets
|
path: secrets
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|||||||
Reference in New Issue
Block a user