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 goTemplate: true
generators: generators:
- git: - git:
repoURL: https://github.com/fortedigital/sturdy-adventure.git repoURL: https://github.com/snothub/sturdy-adventure.git
revision: HEAD revision: HEAD
directories: directories:
- path: argocd/infra/*.yaml - path: argocd/infra/*.yaml
@@ -121,7 +121,7 @@ The ApplicationSet template uses these variables for each discovered file:
```yaml ```yaml
generators: generators:
- git: - git:
repoURL: https://github.com/fortedigital/sturdy-adventure.git repoURL: https://github.com/snothub/sturdy-adventure.git
revision: HEAD revision: HEAD
directories: directories:
- path: argocd/infra/*.yaml # Match all YAML files - 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 ### GitOps Model
- **App-of-Apps Pattern**: `argocd/_app-of-apps.yaml` is the root Application that manages all child applications - **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 - **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 - **Namespace Creation**: `CreateNamespace=true` allows ArgoCD to create namespaces as needed

View File

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

View File

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

View File

@@ -25,7 +25,7 @@ spec:
valueFiles: valueFiles:
- $values/argocd/values/fluent-bit-values.yaml - $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 targetRevision: HEAD
ref: values ref: values

View File

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

View File

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

View File

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