diff --git a/.drone.yml b/.drone.yml index 0f2a367..2966948 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,6 @@ steps: - git clone https://git.ar21.de/yolokube/fail2ban-prometheus-exporter.git . - cd /deployment-repo - git clone https://git.ar21.de/yolokube/fail2ban-exporter-deployment.git . - - rm -r /deployment-repo/deploy/* || true - cp -rv /source-repo/deploy /deployment-repo/base - mkdir -p /deployment-repo/deploy - kustomize build -o /deployment-repo/deploy/fail2ban-exporter.yaml diff --git a/fail2ban-exporter-argo-application.yaml b/fail2ban-exporter-argo-application.yaml deleted file mode 100644 index 2889ab8..0000000 --- a/fail2ban-exporter-argo-application.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: fail2ban-prometheus - namespace: argocd -spec: - project: default - source: - repoURL: https://git.ar21.de/yolokube/fail2ban-exporter-deployment.git - targetRevision: HEAD - path: deploy - destination: - server: https://kubernetes.default.svc - namespace: fail2ban-prometheus - syncPolicy: - syncOptions: - - CreateNamespace=true - automated: - selfHeal: false - prune: true \ No newline at end of file