From e8cb8b9ef86bfb4f3dba943d134e65244a093e5c Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Sun, 20 Feb 2022 22:01:08 -0800 Subject: [PATCH] Add nexus repo back in, because doing things over and over again is what we do. --- .../nexus-repo/nexus-repo-kustomization.yaml | 14 ++++++++++++++ applications/nexus-repo/nexus-repo-source.yaml | 11 +++++++++++ 2 files changed, 25 insertions(+) create mode 100644 applications/nexus-repo/nexus-repo-kustomization.yaml create mode 100644 applications/nexus-repo/nexus-repo-source.yaml diff --git a/applications/nexus-repo/nexus-repo-kustomization.yaml b/applications/nexus-repo/nexus-repo-kustomization.yaml new file mode 100644 index 0000000..3e4dca7 --- /dev/null +++ b/applications/nexus-repo/nexus-repo-kustomization.yaml @@ -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 \ No newline at end of file diff --git a/applications/nexus-repo/nexus-repo-source.yaml b/applications/nexus-repo/nexus-repo-source.yaml new file mode 100644 index 0000000..9d2de9d --- /dev/null +++ b/applications/nexus-repo/nexus-repo-source.yaml @@ -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