Describe the bug
In twistlock helm chart values.yaml line 27 # requests_memory: '"512Mi"' is hased out hence when in Terraform we are setting resource requests and values as per goldilocks recommendation, the daemonset will not pick it up:

Expected behavior
We would like to set the resources individually e.g.:
twistlock_resources = {
memory-limit = "717Mi"
memory-request = "717Mi"
cpu-limit = "256m" #must be 256m
cpu-request = "35m"
}
Current behavior
Possible solution
Steps to reproduce
Screenshots

Context
Your Environment
- Version used:
- Environment name and version (e.g. Chrome 59, node.js 5.4, python 3.7.3):
- Operating System and version (desktop or mobile):
- Link to your project:
Describe the bug
In twistlock helm chart values.yaml line 27 # requests_memory: '"512Mi"' is hased out hence when in Terraform we are setting resource requests and values as per goldilocks recommendation, the daemonset will not pick it up:
Expected behavior
We would like to set the resources individually e.g.:
twistlock_resources = {
memory-limit = "717Mi"
memory-request = "717Mi"
cpu-limit = "256m" #must be 256m
cpu-request = "35m"
}
Current behavior
Possible solution
Steps to reproduce
Screenshots
Context
Your Environment