Deploy nexus to new cluster

This commit is contained in:
Jim Nicholson 2022-02-19 22:16:45 -08:00
parent f544d39dcf
commit 45eb1a16cd
2 changed files with 15 additions and 1 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

@ -2,7 +2,7 @@
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
metadata:
name: pdns-admin-source
name: nexus-repo-source
namespace: flux-system
spec:
interval: 3m0s