From 25ace30a0370795148c36cbd0e8759dc60a9bbe8 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Wed, 20 May 2026 11:18:25 -0500 Subject: [PATCH] fix(fc-devicemgmt): remove self-referential Application resource (Q-MR-79) --- apps/fc-devicemgmt/argocd-application.yaml | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 apps/fc-devicemgmt/argocd-application.yaml diff --git a/apps/fc-devicemgmt/argocd-application.yaml b/apps/fc-devicemgmt/argocd-application.yaml deleted file mode 100644 index 1e7ede8..0000000 --- a/apps/fc-devicemgmt/argocd-application.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# Explicit ArgoCD Application shape for bootstrap/review. -# -# The live bluejay-infra ApplicationSet already discovers apps/* directories -# and creates this same Application name (`infra-fc-devicemgmt`) automatically. -# Keep repoURL on the internal Gitea ClusterIP URL; ArgoCD does not trust the -# external step-ca HTTPS endpoint. -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: infra-fc-devicemgmt - namespace: argocd - labels: - app.kubernetes.io/name: fc-devicemgmt - app.kubernetes.io/part-of: flowercore - app.kubernetes.io/managed-by: argocd - flowercore.io/tenant-id: system - flowercore.io/created-by: bluejay-infra -spec: - project: default - source: - repoURL: http://gitea-clusterip.gitea.svc.cluster.local:3000/bluejay/bluejay-infra.git - targetRevision: main - path: apps/fc-devicemgmt - destination: - server: https://kubernetes.default.svc - namespace: fc-devicemgmt - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true - - ServerSideApply=true