This commit is contained in:
Danijel Simeunovic
2026-02-08 13:39:31 +01:00
parent f9f5806419
commit 3e943b5405
8 changed files with 10 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ spec:
goTemplate: true
generators:
- git:
repoURL: https://github.com/fortedigital/sturdy-adventure.git
repoURL: https://github.com/snothub/sturdy-adventure.git
revision: HEAD
directories:
- path: argocd/infra/*.yaml
@@ -121,7 +121,7 @@ The ApplicationSet template uses these variables for each discovered file:
```yaml
generators:
- git:
repoURL: https://github.com/fortedigital/sturdy-adventure.git
repoURL: https://github.com/snothub/sturdy-adventure.git
revision: HEAD
directories:
- path: argocd/infra/*.yaml # Match all YAML files

View File

@@ -37,7 +37,7 @@ This is a **Kubernetes cluster bootstrapping and GitOps configuration repository
### GitOps Model
- **App-of-Apps Pattern**: `argocd/_app-of-apps.yaml` is the root Application that manages all child applications
- **Source of Truth**: GitHub repository (`https://github.com/fortedigital/sturdy-adventure.git`) is the single source of truth
- **Source of Truth**: GitHub repository (`https://github.com/snothub/sturdy-adventure.git`) is the single source of truth
- **Auto-sync**: All Applications have automated sync enabled with auto-pruning and self-healing
- **Namespace Creation**: `CreateNamespace=true` allows ArgoCD to create namespaces as needed

View File

@@ -7,7 +7,7 @@ spec:
goTemplate: true
generators:
- git:
repoURL: https://github.com/fortedigital/sturdy-adventure.git
repoURL: https://github.com/snothub/sturdy-adventure.git
revision: HEAD
directories:
- path: argocd/infra/*.yaml
@@ -21,7 +21,7 @@ spec:
spec:
project: default
source:
repoURL: https://github.com/fortedigital/sturdy-adventure.git
repoURL: https://github.com/snothub/sturdy-adventure.git
targetRevision: HEAD
path: "{{ .path.dir }}"
destination:

View File

@@ -17,7 +17,7 @@ spec:
project: default
source:
repoURL: https://github.com/fortedigital/sturdy-adventure.git
repoURL: https://github.com/snothub/sturdy-adventure.git
targetRevision: HEAD
path: cluster-resources

View File

@@ -25,7 +25,7 @@ spec:
valueFiles:
- $values/argocd/values/fluent-bit-values.yaml
- repoURL: https://github.com/fortedigital/sturdy-adventure.git
- repoURL: https://github.com/snothub/sturdy-adventure.git
targetRevision: HEAD
ref: values

View File

@@ -25,7 +25,7 @@ spec:
valueFiles:
- $values/argocd/values/grafana-values.yaml
- repoURL: https://github.com/fortedigital/sturdy-adventure.git
- repoURL: https://github.com/snothub/sturdy-adventure.git
targetRevision: HEAD
ref: values

View File

@@ -25,7 +25,7 @@ spec:
valueFiles:
- $values/argocd/values/loki-values.yaml
- repoURL: https://github.com/fortedigital/sturdy-adventure.git
- repoURL: https://github.com/snothub/sturdy-adventure.git
targetRevision: HEAD
ref: values

View File

@@ -25,7 +25,7 @@ spec:
valueFiles:
- $values/argocd/values/prometheus-values.yaml
- repoURL: https://github.com/fortedigital/sturdy-adventure.git
- repoURL: https://github.com/snothub/sturdy-adventure.git
targetRevision: HEAD
ref: values