Add nexus repo back in, because doing things over and over again is what we do.

This commit is contained in:
Jim Nicholson 2022-02-20 22:01:08 -08:00
parent 7a174af1a6
commit e8cb8b9ef8
2 changed files with 25 additions and 0 deletions

View File

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

View File

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