From e262873c5e13dbb29429a69efa781a464d06dd7f Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 19 Dec 2025 20:16:47 +0900 Subject: [PATCH] REFACTOR(repo): remove ignoreDifferences --- gitea/argocd/gitea.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/gitea/argocd/gitea.yaml b/gitea/argocd/gitea.yaml index 5d09cc0..36bb20d 100644 --- a/gitea/argocd/gitea.yaml +++ b/gitea/argocd/gitea.yaml @@ -48,16 +48,3 @@ spec: maxDuration: 3m revisionHistoryLimit: 10 - - # Ignore differences in checksum annotations and manual restart annotations - ignoreDifferences: - - group: apps - kind: Deployment - name: gitea - jsonPointers: - - /spec/template/metadata/annotations - - group: apps - kind: Deployment - name: gitea - jqPathExpressions: - - .spec.replicas