Azure-pipelines-tasks: Using two value files in helm install

Created on 3 May 2019  路  1Comment  路  Source: microsoft/azure-pipelines-tasks

In Azure Devops I am trying using the Package and deploy Helm charts task for performing a helm install
and override the default values.yaml with several yaml files seems not supported.

Right now only one file can be added in the Value File text box. However, help support passing several yaml files with options -f or --values as specified in the documentation https://helm.sh/docs/helm/#helm-install

Release question

Most helpful comment

@xinofekuator The usage can be extended in the arguments section.
You can apply more than one file to that chart by using: -f <path to values.yml> in your arguments section.
If you want to apply file1 and file2 in that order. You should give the path to file1 in the Value File text box and -f <path to file2> in your arguments section.

>All comments

@xinofekuator The usage can be extended in the arguments section.
You can apply more than one file to that chart by using: -f <path to values.yml> in your arguments section.
If you want to apply file1 and file2 in that order. You should give the path to file1 in the Value File text box and -f <path to file2> in your arguments section.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

justinpatten picture justinpatten  路  79Comments

rschiefer picture rschiefer  路  54Comments

AndreaPic picture AndreaPic  路  122Comments

topgenorth picture topgenorth  路  51Comments

marcwmiller picture marcwmiller  路  77Comments