diff --git a/argocd/applications/metallb-application.yaml b/argocd/applications/metallb-application.yaml deleted file mode 100644 index d694ce3..0000000 --- a/argocd/applications/metallb-application.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Declare the argocd application application applying the argocd directory -# content to the argocd cluster -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: production-argocd-applications - namespace: argocd -spec: - project: default # Todo define a project to limit the deployment types - source: - repoURL: https://forge.softwareheritage.org/source/k8s-clusters-conf.git - targetRevision: HEAD - path: argocd - directory: - recurse: true - destination: - server: https://kubernetes.default.svc - namespace: argocd - syncPolicy: - automated: - prune: true - selfHeal: true - allowEmpty: false