From 7bebfca3be67a78443a700c4fc87861d54d7cc01 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Tue, 30 Dec 2025 11:17:43 +0900 Subject: [PATCH] REFACTOR(repo): remove template annot from ignoreD - Allow ArgoCD to detect pod template annotation changes - Required for source-hash based deployment triggers --- docusaurus/argocd.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/docusaurus/argocd.yaml b/docusaurus/argocd.yaml index 29b0d0d..3b740cb 100644 --- a/docusaurus/argocd.yaml +++ b/docusaurus/argocd.yaml @@ -37,7 +37,6 @@ spec: - group: apps kind: Deployment jqPathExpressions: - - .spec.template.metadata.annotations - .metadata.annotations - group: '' kind: Service