This is an automated archive made by the Lemmit Bot.

The original was posted on /r/homelab by /u/AndreiGavriliu on 2024-07-01 06:17:25+00:00.


I’m running a k3s cluster with all sorts of stuff. One of those is my Gitea/Renovate/ArgoCD combination. Although everything works fine, I feel that Gitea is a single point of failure. If it breaks, all my apps are “gone”. I wouldn’t mind moving the manifests to GitHub, but what about the passwords and other sensitive info hiding in my secrets?

How do you do it?

Cheers!