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

timfish picture timfish  路  3Comments

pharring picture pharring  路  3Comments

MichaelWhiteCodingForFun picture MichaelWhiteCodingForFun  路  3Comments

alexszilagyi picture alexszilagyi  路  3Comments

montebhoover picture montebhoover  路  3Comments