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 |
Answered by
burningalchemist
Apr 22, 2024
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 |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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. 👍