From 63557ef1b47173dd4b3294089135bb7b5560620e Mon Sep 17 00:00:00 2001 From: platform-engineer-agent Date: Sun, 26 Jul 2026 07:04:51 +0200 Subject: [PATCH] fix(argocd): delete argocd/apps/argocd.yaml (moved to argocd/argocd.yaml) --- argocd/apps/argocd.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 argocd/apps/argocd.yaml 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