aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/helm/cpu-manager/templates/webhook.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kud/deployment_infra/helm/cpu-manager/templates/webhook.yaml')
-rw-r--r--kud/deployment_infra/helm/cpu-manager/templates/webhook.yaml2
1 files changed, 2 insertions, 0 deletions
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: