From 175930c395abc6668f061d8c2d76f77df93fd31b Mon Sep 17 00:00:00 2001 From: Thomas Richter Date: Tue, 3 Feb 2026 15:29:59 +0100 Subject: [PATCH] test(gitops): verify auto-sync with annotation change --- helm/taskplaner/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/taskplaner/values.yaml b/helm/taskplaner/values.yaml index 7ac52c9..e7e8544 100644 --- a/helm/taskplaner/values.yaml +++ b/helm/taskplaner/values.yaml @@ -21,7 +21,8 @@ serviceAccount: # The name of the service account to use name: "" -podAnnotations: {} +podAnnotations: + gitops-test: "verified-20260203-142951" podSecurityContext: fsGroup: 1001