Skip to content

Commit 744c209

Browse files
committed
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
1 parent e3ad474 commit 744c209

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

templates/policies/application-policies.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ spec:
5858
name: {{ $.Values.global.pattern }}-{{ .name }}
5959
namespace: {{ $.Values.global.vpArgoNamespace }}
6060
annotations:
61-
notice.argocd.argoproj.io/severity: critical
61+
notice.argocd.argoproj.io/severity: info
62+
notice.argocd.argoproj.io/content: "App of Apps"
6263
finalizers:
6364
- resources-finalizer.argocd.argoproj.io/foreground
6465
spec:

0 commit comments

Comments
 (0)