Skip to content

Commit

Permalink
doc: update README.md with new instructions
Browse files Browse the repository at this point in the history
Add new instructions to manage `PAUSE` and `PAUSE_TIME` env vars.
  • Loading branch information
pietrangelo committed Dec 20, 2023
1 parent 3673beb commit a63b260
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ Repository to manage the configuration of the CDS init container based on busybo
| Name | Default Value | Description |
|-----------|----------------------------------------------------------------|-------------------------------------------------------------|
| REPO_PATH | https://raw.github.com/entando-ps/cds/entando720/entando-data/ | The path of the GitHub repository used to store the archive |
| ARCHIVE_NAME | entando720.tar.gz | The name of the archive containing all the Entando static resources |
| FORCE_CDS | false | Needed to force the overwriting of the volume |
| ARCHIVE_NAME | entando730.tar.gz | The name of the archive containing all the Entando static resources |
| FORCE_CDS | false | Needed to force the overwriting of the volume |
| PAUSE | false | Used to stop the init-container execution for a specified amount of time | SUSPEND_TIME | | Pause for number
| PAUSE_TIME | | Pause for number seconds(default value). `s[default], m, h, d` can be specified as suffix to express: |

- **3s** -> 3 seconds
- **3m** -> 3 minutes
- **3h** -> 3 hours
- **3d** -> 3 days




If `PAUSE` is true, then also `PAUSE_TIME` must be specified.

0 comments on commit a63b260

Please sign in to comment.