diff --git a/applications/jenkins/jenkins-deployment.yaml b/applications/jenkins/jenkins-deployment.yaml deleted file mode 100644 index de7426e..0000000 --- a/applications/jenkins/jenkins-deployment.yaml +++ /dev/null @@ -1,15 +0,0 @@ ---- -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 - diff --git a/applications/jenkins/jenkins-source.yaml b/applications/jenkins/jenkins-source.yaml deleted file mode 100644 index a6a7083..0000000 --- a/applications/jenkins/jenkins-source.yaml +++ /dev/null @@ -1,12 +0,0 @@ ---- -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 - diff --git a/applications/nexus-repo/nexus-repo-kustomization.yaml b/applications/nexus-repo/nexus-repo-kustomization.yaml deleted file mode 100644 index 3e4dca7..0000000 --- a/applications/nexus-repo/nexus-repo-kustomization.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -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 deleted file mode 100644 index 9d2de9d..0000000 --- a/applications/nexus-repo/nexus-repo-source.yaml +++ /dev/null @@ -1,11 +0,0 @@ ---- -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