diff --git a/ui/src/app/applications/components/utils.tsx b/ui/src/app/applications/components/utils.tsx index a75b1a62adc80..72ff81a7f2e2f 100644 --- a/ui/src/app/applications/components/utils.tsx +++ b/ui/src/app/applications/components/utils.tsx @@ -70,6 +70,9 @@ export async function deleteApplication(appName: string, appNamespace: string, a
Are you sure you want to delete the application {appName}? + + Deleting the application in foreground or background mode will delete all the application's managed resources, which can be{' '} + dangerous. Be sure you understand the effects of deleting this resource before continuing. Consider asking someone to review the change first.
Are you sure you want to delete Pod {pod.name}? + + Deleting resources can be dangerous. Be sure you understand the effects of deleting this resource before continuing. Consider asking someone to + review the change first.
Are you sure you want to delete {resource.kind} {resource.name}? + + Deleting resources can be dangerous. Be sure you understand the effects of deleting this resource before continuing. Consider asking someone to + review the change first.
+ {isManaged ? (