Skip to content

twistlock values.yaml # requests_memory: '"512Mi"' #9

Description

@zsol-beep

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:

Image

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

Image

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions