Bootstrap ArgoCD + infrastructure apps on Kubernetes app clusters.
Included:
- Argocd
- Cert Manager
- selfsigned clusterissuer
- letsencrypt clusterissuer
- MetalLB
- Inlets Operator
- Nginx Ingress
- Local with MetalLB
- Public with Inlets Operator
- democratic-csi
- Coredns External DNS
- FreeIPA
- Next Cloud
- Postgres Operator
- Gitea
kubectl kustomize --enable-helm https://github.com/ContainerCraft/k.git/ops/argocd | kubectl apply -f -
kubectl get secrets -n argocd -oyaml argocd-initial-admin-secret -o jsonpath='{.data.password}' | base64 -d ; echo
kubectl port-forward svc/argocd-server -n argocd 8080:443
username:
admin