Trying a gitops usecase for Jenkins,
Since Jenkins can be deployed as a helm package, storing it in my git repo.
We already have a prod cluster of k8s where we have deployed argoCD and we are trying to deploy jenkins with helm with argoCD, which will make our maintenance and upgrades easy.
Do you think this approach is ideal? and can be tried in production?
Also in this case we can still use the thinBackup plugin I guess, but facing lot of issues while restoring jenkins
thoughts?
Thanks in advance.