diff --git a/argocd/apps/argocd.yaml b/argocd/apps/argocd.yaml deleted file mode 100644 index 4372df5..0000000 --- a/argocd/apps/argocd.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: argocd - namespace: argocd - annotations: - argocd.argoproj.io/sync-wave: "0" -spec: - project: k3s-cluster - source: - repoURL: https://git.rogi.casa/roger/k3s-cluster.git - targetRevision: main - path: argocd - directory: - recurse: false - destination: - server: https://kubernetes.default.svc - namespace: argocd - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=false