Skip to content

Commit c421405

Browse files
committed
doc update style
1 parent 8a8196e commit c421405

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

k8s/README.CICD.k8s.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,13 @@ For k8s CI/CD pipeline delivery a series of tasks must be created in VSTS to dep
4949
>-deployCI $true -execPath '$(System.DefaultWorkingDirectory)/' -kubeconfigPath '$(System.DefaultWorkingDirectory)/' -deployInfrastructure $true -imageTag dev -configFile '$(System.DefaultWorkingDirectory)/$(Build.DefinitionName)/docker-compose/conf_local.yml'
5050
>```
5151
52-
- deployCI: Must be set to `$true`. This avoids create images (always are pulled from registry) and compile bits.
53-
- deployInfrastructure: Can be set to `$false` if don't want to deploy infrastructure containers (like Redis, rabbit, SQL,...).
54-
- imageTag: Image tag to pull from k8s.
55-
- configFile: Configuration file (refer to [README.k8s.md](./README.k8s.md) for more info). This file is part of the VSTS build output.
56-
- execPath: path where the k8s binary is stored
57-
- kubeconfigPath: path where the k8s config file is stored
52+
53+
- deployCI: Must be set to `$true`. This avoids create images (always are pulled from registry) and compile bits.
54+
- deployInfrastructure: Can be set to `$false` if don't want to deploy infrastructure containers (like Redis, rabbit, SQL,...).
55+
- imageTag: Image tag to pull from k8s.
56+
- configFile: Configuration file (refer to [README.k8s.md](./README.k8s.md) for more info). This file is part of the VSTS build output.
57+
- execPath: path where the k8s binary is stored
58+
- kubeconfigPath: path where the k8s config file is stored
5859
5960
You can use additional parameters (i.e. pass registry and user/password to use custom registry instead of DockerHub. Plase, refer to [README.k8s.md](./README.k8s.md) for more info.
6061

0 commit comments

Comments
 (0)