doc update style

This commit is contained in:
Eduard Tomas 2017-08-01 10:12:14 +02:00
parent 8a8196e88d
commit c421405d72

View File

@ -49,6 +49,7 @@ For k8s CI/CD pipeline delivery a series of tasks must be created in VSTS to dep
>-deployCI $true -execPath '$(System.DefaultWorkingDirectory)/' -kubeconfigPath '$(System.DefaultWorkingDirectory)/' -deployInfrastructure $true -imageTag dev -configFile '$(System.DefaultWorkingDirectory)/$(Build.DefinitionName)/docker-compose/conf_local.yml'
>```
- deployCI: Must be set to `$true`. This avoids create images (always are pulled from registry) and compile bits.
- deployInfrastructure: Can be set to `$false` if don't want to deploy infrastructure containers (like Redis, rabbit, SQL,...).
- imageTag: Image tag to pull from k8s.