repo fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user