aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/helm/sriov-network-operator/templates/operator.yaml
diff options
context:
space:
mode:
authorTodd Malsbary <todd.malsbary@intel.com>2021-08-16 16:54:09 -0700
committerTodd Malsbary <todd.malsbary@intel.com>2021-08-16 16:58:22 -0700
commite45cf08c3e492d8f847b739062acf99dd1f9385c (patch)
treefdeab67aca7d6202f8e79c0114a4e4f434884f20 /kud/deployment_infra/helm/sriov-network-operator/templates/operator.yaml
parent9a671e0a51e3cde71b601585e6abbbdd3b84e13a (diff)
Add resources field to all addon charts
Issue-ID: MULTICLOUD-1324 Signed-off-by: Todd Malsbary <todd.malsbary@intel.com> Change-Id: I3193fb5983394c6ac9a95dffaaa36074f07cacf6
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 }}