Using Helm and set job list in Terraform #498
-
|
Hi, Using values YAML I was able to set a job similar to this Now to improve security I want to set it as variable using terraform and only for testing purposes I tried it hardcoded. All my attempts were unsuccessful. Could you update the ReadMe with an example? in locals I set this list What ever I try I get |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hey @MacaulaySouza it seems like the manifest produced is invalid, so it cannot be parsed by the application. Do you mind trying the reverse logic first: The content of |
Beta Was this translation helpful? Give feedback.
Btw, here's a working example:
It seems there's a typo in the README (extra list for labels), I'll make sure it's corrected. 👍