Set Helm Chart Values that are an Array

191 views Asked by At

Below is the information from my values.yaml file for our helm chart.

  apps:
  - name: acc1
    uri: "https://google.com"
    labels:
      env: acc1
      name: test1
  - name: acc2
    uri: "https://google.com"
    labels:
      env: acc2
      name: test2

I would like to use this in dynamic set block of Terraform , with helm_release resource. It would be great , if I get some advise on the same

0

There are 0 answers