make settings configurable via environment variables set externally
This commit is contained in:
parent
4376674c66
commit
ea0fc6e65a
2 changed files with 9 additions and 6 deletions
|
|
@ -7,7 +7,10 @@ The script uses the package [`libguestfs-tools`](https://libguestfs.org)' `virt-
|
|||
## Building the Template
|
||||
|
||||
### Configuration Options
|
||||
Verify that the settings at the beginning of the script are suitable to the cluster you want to create the template from.
|
||||
|
||||
The following settings are available for configuration by setting the respective environment variable.
|
||||
Verify that the configured settings are suitable for the cluster you want to create the template for.
|
||||
If left unset, the respective default value will be used.
|
||||
|
||||
| Variable | Default | Description |
|
||||
| --------- | --------------------------------------- | ---------------------------------------------------------------------- |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue