From 74693ad324184eb9ddd7c2ce9be70b0835a5b054 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Sat, 23 May 2020 11:07:18 +0200 Subject: [PATCH] update --- docs/gitops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitops.md b/docs/gitops.md index 83730c84..f0fc52bc 100644 --- a/docs/gitops.md +++ b/docs/gitops.md @@ -40,7 +40,7 @@ ### Jenkins - There are many tools in the market that have been technically built for GitOps, like [ArgoCD](https://argoproj.github.io/argo-cd/), [Flux](https://github.com/fluxcd/flux), and [Jenkins X](https://jenkins-x.io/). All these tools have in-built proficiency to implement GitOps process for you. But we are going to use our old beloved Jenkins. - [GitOps for Kubernetes with Jenkins](https://medium.com/stakater/gitops-for-kubernetes-with-jenkins-7db6304216e0) - - [github.com/stakater/Xposer](https://github.com/stakater/Xposer) (with fabric8 kubernetes java client library) + - [github.com/stakater/Xposer](https://github.com/stakater/Xposer) (with fabric8 java client library for kubernetes) - [GitOps with Jenkins and Kubernetes](https://medium.com/@abhishekbhardwaj510/gitops-with-jenkins-and-kubernetes-c20425244c73) - [github.com: Opstree-Go-WebApp](https://github.com/opstree/Opstree-Go-WebApp) A loaded GoLang app to do various DevOps POC's - [opstree.github.io](https://opstree.github.io/)