From 7fc887face8e15f185b86a6c4f356f58fc28d0ef Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Thu, 4 Jun 2026 10:48:03 +0200 Subject: [PATCH] Add message and notice to app of apps Note that this will only work on argocd-3.5 and later. It has no effect on older argo versions --- internal/controller/argo.go | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/internal/controller/argo.go b/internal/controller/argo.go index 1b10fa7cb..7dce5ff9e 100644 --- a/internal/controller/argo.go +++ b/internal/controller/argo.go @@ -292,8 +292,12 @@ return health_status`, APIVersion: "argoproj.io/v1beta1", }, ObjectMeta: metav1.ObjectMeta{ - Name: name, - Namespace: namespace, + Name: name, + Namespace: namespace, + Annotations: map[string]string{ + "notice.argocd.argoproj.io/severity": "info", + "notice.argocd.argoproj.io/content": "App of Apps", + }, Finalizers: []string{"argoproj.io/finalizer"}, }, Spec: argooperator.ArgoCDSpec{