Update repository URLs in argocd-apps.yaml to point to the correct homelab repository
This commit is contained in:
@@ -6,7 +6,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
generators:
|
generators:
|
||||||
- git:
|
- git:
|
||||||
repoURL: https://github.com/dein-user/git-repo.git
|
repoURL: https://git.hnrx.net/homelab/rke2-single-node.git
|
||||||
revision: HEAD
|
revision: HEAD
|
||||||
directories:
|
directories:
|
||||||
- path: 08_cluster_infrastructure/*
|
- path: 08_cluster_infrastructure/*
|
||||||
@@ -16,7 +16,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
project: cluster-infra
|
project: cluster-infra
|
||||||
source:
|
source:
|
||||||
repoURL: https://github.com/dein-user/git-repo.git
|
repoURL: https://git.hnrx.net/homelab/rke2-single-node.git
|
||||||
path: '{{path}}'
|
path: '{{path}}'
|
||||||
helm:
|
helm:
|
||||||
values: values-{{cluster.name}}.yaml # Env-spezifisch
|
values: values-{{cluster.name}}.yaml # Env-spezifisch
|
||||||
|
|||||||
Reference in New Issue
Block a user