Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions platforms/shared/configuration/roles/setup/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[//]: # (##############################################################################################)

## shared/configuration/roles/setup
This folder contains common roles required for setting up necessery requirements.
This folder contains common roles required for setting up necessary requirements.
It contains following roles.
### Ambassador
This roles setups Ambassador.
Expand Down Expand Up @@ -96,7 +96,7 @@ This task creates a registory temporary directory. Stores the result in *tmp_dir
This task checks if helmi is present or not. Stores the result in *helm_stat_result*.

#### 3. Install helm
If helm is not present i.e. *helm_stat_result* is false, it downloads the helm using specefied url.
If helm is not present i.e. *helm_stat_result* is false, it downloads the helm using specified url.

#### 4. Unzip helm archive
This tasks unzips helm archive, runs only when helm is not found.
Expand Down
Loading