Skip to content

Commit

Permalink
Merge pull request #142 from alexislefebvre/patch-1
Browse files Browse the repository at this point in the history
doc: show list in service-update-override.md
  • Loading branch information
githubsaturn authored Sep 5, 2024
2 parents 0cc66fc + f9a8d49 commit ede95a0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/service-update-override.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@ For example, Docker allows you to define read-only volumes, or UDP only port map

Every time you deploy a new version, or you change a configuration parameter in the app, your service goes through an update process:

```text
1- CapRover updates the fields that are explicitly set on CapRover UI (env vars, instance count and etc).
2- If "Service Update Override" is present, CapRover overrides the result from the previous step with the override content.
3- If "Pre-deploy script" is present, CapRover runs the pre-deploy script.
4- The result from the previous 3 steps is then passed to the Docker API so that Docker can update the service under the hood.
```

1. CapRover updates the fields that are explicitly set on CapRover UI (env vars, instance count and etc).
2. If "Service Update Override" is present, CapRover overrides the result from the previous step with the override content.
3. If "Pre-deploy script" is present, CapRover runs the pre-deploy script.
4. The result from the previous 3 steps is then passed to the Docker API so that Docker can update the service under the hood.

## Schema

Expand Down

0 comments on commit ede95a0

Please sign in to comment.