Configure ArgoCD for private repo access

- Update repo URLs from HTTPS placeholder to git@github.com:lazorgurl/homelab.git
- Update container image refs from OWNER to lazorgurl
- Set KUBECONFIG env in Taskfile
- Fix kubeconfig-fetch.sh to auto-detect server IP from inventory
- Fix Ansible: callback plugin, br_netfilter ordering, ssh service name
This commit is contained in:
Julia McGhee
2026-03-20 18:33:30 +00:00
parent 96e3f32f28
commit 7f3585a013
16 changed files with 69 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/OWNER/homelab.git
repoURL: git@github.com:lazorgurl/homelab.git
targetRevision: main
path: infra/kubernetes/argocd
destination:

View File

@@ -8,7 +8,7 @@ spec:
goTemplateOptions: ["missingkey=error"]
generators:
- git:
repoURL: https://github.com/OWNER/homelab.git
repoURL: git@github.com:lazorgurl/homelab.git
revision: main
directories:
- path: apps/*/k8s/overlays/production
@@ -18,7 +18,7 @@ spec:
spec:
project: default
source:
repoURL: https://github.com/OWNER/homelab.git
repoURL: git@github.com:lazorgurl/homelab.git
targetRevision: main
path: "{{ .path.path }}"
destination:

View File

@@ -8,7 +8,7 @@ spec:
goTemplateOptions: ["missingkey=error"]
generators:
- git:
repoURL: https://github.com/OWNER/homelab.git
repoURL: git@github.com:lazorgurl/homelab.git
revision: main
directories:
- path: infra/kubernetes/platform/*
@@ -18,7 +18,7 @@ spec:
spec:
project: default
source:
repoURL: https://github.com/OWNER/homelab.git
repoURL: git@github.com:lazorgurl/homelab.git
targetRevision: main
path: "{{ .path.path }}"
destination:

View File

@@ -9,7 +9,7 @@ spec:
generators:
- pullRequest:
github:
owner: OWNER
owner: lazorgurl
repo: homelab
requeueAfterSeconds: 60
template:
@@ -18,7 +18,7 @@ spec:
spec:
project: default
source:
repoURL: https://github.com/OWNER/homelab.git
repoURL: git@github.com:lazorgurl/homelab.git
targetRevision: "{{ .branch }}"
path: apps/*/k8s/overlays/preview
kustomize: