타이틀 수정

This commit is contained in:
2026-01-05 16:02:30 +09:00
parent d527ada167
commit 4c94657158
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@@ -202,7 +202,7 @@ def apply_yaml(job_id, kind):
if kind == "yaml":
cmd = ["kubectl", "replace", "-f", str(target_dir), "--recursive"]
title = "Apply Converted YAML"
title = "Replace Converted YAML"
else:
cmd = ["kubectl", "replace", "-f", str(target_dir), "--recursive"]
title = "Rollback from Backup"