fix: redeploy now sends CFS params from YAML (RunRedeployOperation + template + loader)

This commit is contained in:
“Naeel”
2026-07-20 07:45:56 +04:00
parent 377542eb45
commit b137c93869
8 changed files with 35 additions and 8 deletions
@@ -120,6 +120,7 @@ func LoadSpecs(dir string) ([]types.GenResource, []types.GenSubresource, []types
switch op.Action {
case "redeploy":
gr.HasRedeploy = true
gr.RedeployParams = ConvertParams(op.Params)
case "restart", "recovery", "reconcile":
// Исключены
default: