From f544d39dcf49adaae4f056ba45bfbb7fec431790 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Sat, 19 Feb 2022 22:14:28 -0800 Subject: [PATCH] Add git repository for nexus-repo --- applications/nexus-repo/nexus-repo-source.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 applications/nexus-repo/nexus-repo-source.yaml diff --git a/applications/nexus-repo/nexus-repo-source.yaml b/applications/nexus-repo/nexus-repo-source.yaml new file mode 100644 index 0000000..d3d7088 --- /dev/null +++ b/applications/nexus-repo/nexus-repo-source.yaml @@ -0,0 +1,11 @@ +--- +apiVersion: source.toolkit.fluxcd.io/v1beta1 +kind: GitRepository +metadata: + name: pdns-admin-source + namespace: flux-system +spec: + interval: 3m0s + ref: + branch: master + url: https://github.com/thejimnicholson/nexus-k8s.git