File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -724,9 +724,9 @@ to set for the specific environment variable. If a configuration option is requi
724724environment declaration using ` (required) ` after its name and check if the variable is set in your installation script
725725and 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"
You can’t perform that action at this time.
0 commit comments