mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
fix(edge): add forceRedeploy option
This commit is contained in:
parent
b14438fd99
commit
599311914d
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ type (
|
|||
// Used only for EE
|
||||
// EnvVars is a list of environment variables to inject into the stack
|
||||
EnvVars []portainer.Pair
|
||||
// ForceRedeploy is a flag indicating if the agent should force the redeploy of the stack.
|
||||
// Used only for EE
|
||||
ForceRedeploy bool
|
||||
|
||||
// Used only for EE async edge agent
|
||||
// ReadyRePullImage is a flag to indicate whether the auto update is trigger to re-pull image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue