diff --git a/templates/argoCD-diff-pr-comment-concise.gotmpl b/templates/argoCD-diff-pr-comment-concise.gotmpl index 71549c2c..39209ce0 100644 --- a/templates/argoCD-diff-pr-comment-concise.gotmpl +++ b/templates/argoCD-diff-pr-comment-concise.gotmpl @@ -35,8 +35,9 @@ No diff 🤷 {{- end}} {{if $appDiffResult.AppWasTemporarilyCreated }} > [!NOTE] -> This PR appears to create this new application, Telefonistka has **temporarly** created an ArgoCD app object for it just to render its manifests. -> It will not be present in ArgoCD UI for more than a few seconds. +> Telefonistka has temporarily created an ArgoCD app object to render manifest previews. +Please be aware: +> * The app will only appear in the ArgoCD UI for a few seconds. {{- end}} {{- end }} diff --git a/templates/argoCD-diff-pr-comment.gotmpl b/templates/argoCD-diff-pr-comment.gotmpl index 45aa06e7..1cb9d8cc 100644 --- a/templates/argoCD-diff-pr-comment.gotmpl +++ b/templates/argoCD-diff-pr-comment.gotmpl @@ -47,8 +47,9 @@ No diff 🤷 {{- end}} {{if $appDiffResult.AppWasTemporarilyCreated }} > [!NOTE] -> This PR appears to create this new application, Telefonistka has **temporarly** created an ArgoCD app object for it just to render its manifests. -> It will not be present in ArgoCD UI for more than a few seconds. +> Telefonistka has temporarily created an ArgoCD app object to render manifest previews. +Please be aware: +> * The app will only appear in the ArgoCD UI for a few seconds. {{- end}} {{- end }}