fix(edge-update): set edge stack status to EdgeStackStatusError to avoid redeployment of portainer-updater [BE-11855] (#714)
This commit is contained in:
committed by
GitHub
parent
799325d9f8
commit
1bc91d0c7c
@@ -88,6 +88,7 @@ type RemoveOptions struct {
|
||||
}
|
||||
|
||||
type EdgeStack struct {
|
||||
ID int
|
||||
Name string
|
||||
ID int
|
||||
Name string
|
||||
ExitCode int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user