Skip to content

Commit

Permalink
Adjust text in new app warning (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oded-B authored Oct 29, 2024
1 parent b2bd6de commit d34cacf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions templates/argoCD-diff-pr-comment-concise.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 3 additions & 2 deletions templates/argoCD-diff-pr-comment.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d34cacf

Please sign in to comment.