doc update style
This commit is contained in:
parent
8a8196e88d
commit
c421405d72
@ -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 $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.
|
- 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,...).
|
- 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.
|
- imageTag: Image tag to pull from k8s.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user