From e45cf08c3e492d8f847b739062acf99dd1f9385c Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Mon, 16 Aug 2021 16:54:09 -0700 Subject: Add resources field to all addon charts Issue-ID: MULTICLOUD-1324 Signed-off-by: Todd Malsbary Change-Id: I3193fb5983394c6ac9a95dffaaa36074f07cacf6 --- kud/deployment_infra/helm/cpu-manager/templates/webhook.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kud/deployment_infra/helm/cpu-manager') diff --git a/kud/deployment_infra/helm/cpu-manager/templates/webhook.yaml b/kud/deployment_infra/helm/cpu-manager/templates/webhook.yaml index 62e9fdbf..a857e3e7 100644 --- a/kud/deployment_infra/helm/cpu-manager/templates/webhook.yaml +++ b/kud/deployment_infra/helm/cpu-manager/templates/webhook.yaml @@ -112,6 +112,8 @@ spec: image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} name: cmk-webhook + resources: + {{- toYaml .Values.resources | nindent 10 }} securityContext: {{- toYaml .Values.securityContext | nindent 10 }} volumeMounts: -- cgit 1.2.3-korg