Skip to content

bhuism/home-ops

Folders and files

NameName
Last commit message
Last commit date
Jul 25, 2023
Mar 4, 2025
Mar 8, 2025
Feb 23, 2025
Feb 28, 2025
Mar 26, 2024
Feb 2, 2024
Mar 22, 2024
Mar 5, 2025
Mar 5, 2025
Jan 17, 2024
Jul 2, 2024

Repository files navigation

Home Ops

GitHub last commit Refresh Talos Renovate

Service
Jasmine: Jasmine Jasmine
Eleanor: Eleanor Eleanor

Running

Todo

Install

helm install argocd -n argocd  --create-namespace  argo/argo-cd -f values.yaml 
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d
kubectl -n argocd create -f charts/root/root.yaml