Skip to content

Commit e4e0444

Browse files
DO! DevOps botDennis Ploeger
authored andcommitted
docs: Automatic docs update
1 parent 399b4af commit e4e0444

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -724,9 +724,9 @@ to set for the specific environment variable. If a configuration option is requi
724724
environment declaration using `(required)` after its name and check if the variable is set in your installation script
725725
and break accordingly if not.
726726

727-
If your feature needs a version specification, the recommended way is to use the environment variable
728-
`[FEATURE NAME]_VERSION`. This variable is also filled if the *CloudControl* user uses the FEATURES-variable approach
729-
to enable features.
727+
If your feature needs a version specification, set "requiresVersion" to true in the feature descriptor. This will
728+
enable the use of an environment variable `[FEATURE NAME]_VERSION`. This variable is also filled if the *CloudControl*
729+
user uses the FEATURES-variable approach to enable features.
730730

731731
### Installer utilities
732732

@@ -866,10 +866,7 @@ flowchart TD
866866
click F "https://github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/test.yml" "Test workflow"
867867
click H "https://github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/release.yml" "Release workflow"
868868
```mermaid
869-
"
870-
```mermaid
871-
flows/docs.yml" "Docs workflow"
872-
click C "https://github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/image.yml" "Image workflow"
869+
C "https://github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/image.yml" "Image workflow"
873870
click E "https://github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/check_commits.yml" "Check workflow"
874871
click F "https://github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/test.yml" "Test workflow"
875872
click H "https://github.com/dodevops/cloudcontrol/blob/develop/.github/workflows/release.yml" "Release workflow"

0 commit comments

Comments
 (0)