Skip to content

Conversation

sgraband
Copy link
Contributor

No description provided.

Copy link
Contributor

@jfaltermeier jfaltermeier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I have one comment. Also, just a heads-up that I rebased the changes.

imagePullSecrets:
- name: {{ tpl (.Values.operator.imagePullSecret | toString) . }}
{{- end }}
requestsMemory: {{ tpl (.Values.operator.requestsMemory | toString) . }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be similar to: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#example-1

So something like this?

    resources:
      requests:
        memory: {{ tpl (.Values.operator.requestsMemory | toString) . }}
        cpu: {{ tpl (.Values.operator.requestsCpu | toString) . }}

I also think the nesting level might be wrong, this should go under containers -> operator-container on the same level as image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants