Issue-ID: MULTICLOUD-1324
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I3193fb5983394c6ac9a95dffaaa36074f07cacf6
       tolerations:
         {{- toYaml . | nindent 6 }}
       {{- end }}
+      resources:
+        {{- toYaml .Values.resources | nindent 8 }}
       securityContext:
         {{- toYaml .Values.securityContext | nindent 8 }}
 
         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:
 
             fieldRef:
               fieldPath: spec.nodeName
         resources:
-        {{- toYaml .Values.worker.resources | nindent 12 }}
+          {{- toYaml .Values.worker.resources | nindent 10 }}
         command:
         - "nfd-worker"
         args:
 
                   fieldPath: metadata.name
             - name: OPERATOR_NAME
               value: "nfn-operator"
+          resources:
+            {{- toYaml .Values.nfnOperator.resources | nindent 12 }}
 
     type: NodePort
     port: 50000
 
+  resources: {}
+
 ovn:
   image:
     repository: docker.io/integratedcloudnative/ovn-images
 
               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 }}
 
 nodeSelector:
   node-role.kubernetes.io/master: ""
 
+resources: {}
+
 affinity: {}
 
 tolerations: