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