We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51f7caa + 7fc887f commit 2f3170bCopy full SHA for 2f3170b
1 file changed
internal/controller/argo.go
@@ -292,8 +292,12 @@ return health_status`,
292
APIVersion: "argoproj.io/v1beta1",
293
},
294
ObjectMeta: metav1.ObjectMeta{
295
- Name: name,
296
- Namespace: namespace,
+ Name: name,
+ Namespace: namespace,
297
+ Annotations: map[string]string{
298
+ "notice.argocd.argoproj.io/severity": "info",
299
+ "notice.argocd.argoproj.io/content": "App of Apps",
300
+ },
301
Finalizers: []string{"argoproj.io/finalizer"},
302
303
Spec: argooperator.ArgoCDSpec{
0 commit comments