aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/helm/sriov-network-operator/templates/operator.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kud/deployment_infra/helm/sriov-network-operator/templates/operator.yaml')
-rw-r--r--kud/deployment_infra/helm/sriov-network-operator/templates/operator.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kud/deployment_infra/helm/sriov-network-operator/templates/operator.yaml b/kud/deployment_infra/helm/sriov-network-operator/templates/operator.yaml
index 679ed269..b0ed7675 100644
--- a/kud/deployment_infra/helm/sriov-network-operator/templates/operator.yaml
+++ b/kud/deployment_infra/helm/sriov-network-operator/templates/operator.yaml
@@ -75,6 +75,8 @@ spec:
value: "4.3.0"
- name: SRIOV_CNI_BIN_PATH
value: "/opt/cni/bin"
+ resources:
+ {{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}