- 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
31 lines
764 B
YAML
31 lines
764 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: ApplicationSet
|
|
metadata:
|
|
name: apps-production
|
|
namespace: argocd
|
|
spec:
|
|
goTemplate: true
|
|
goTemplateOptions: ["missingkey=error"]
|
|
generators:
|
|
- git:
|
|
repoURL: git@github.com:lazorgurl/homelab.git
|
|
revision: main
|
|
directories:
|
|
- path: apps/*/k8s/overlays/production
|
|
template:
|
|
metadata:
|
|
name: "{{ index .path.segments 1 }}-production"
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: git@github.com:lazorgurl/homelab.git
|
|
targetRevision: main
|
|
path: "{{ .path.path }}"
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: apps
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|