타이틀 수정
This commit is contained in:
2
app.py
2
app.py
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user