Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
Description
Add resources section configuration in `hop-deployement.yaml` file
Something like :
// Some comments here apiVersion: apps/v1 kind: Deployment ... spec: template: spec: containers: resources: {{- toYaml .Values.resources | nindent 12 }}