Re-add jenkins

This commit is contained in:
Jim Nicholson 2022-02-21 00:57:40 -08:00
parent e8cb8b9ef8
commit fb52552051
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,15 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: jenkins
namespace: flux-system
spec:
interval: 3m0s
path: ./
prune: true
sourceRef:
kind: GitRepository
name: jenkins
targetNamespace: jenkins

View File

@ -0,0 +1,12 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
metadata:
name: jenkins
namespace: flux-system
spec:
interval: 3m0s
ref:
branch: master
url: https://github.com/thejimnicholson/jenkins.git