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/ovn4nfv/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kud/deployment_infra/helm/ovn4nfv/templates/deployment.yaml') diff --git a/kud/deployment_infra/helm/ovn4nfv/templates/deployment.yaml b/kud/deployment_infra/helm/ovn4nfv/templates/deployment.yaml index 7613fef5..828f385c 100644 --- a/kud/deployment_infra/helm/ovn4nfv/templates/deployment.yaml +++ b/kud/deployment_infra/helm/ovn4nfv/templates/deployment.yaml @@ -53,3 +53,5 @@ spec: fieldPath: metadata.name - name: OPERATOR_NAME value: "nfn-operator" + resources: + {{- toYaml .Values.nfnOperator.resources | nindent 12 }} -- cgit 1.2.3-korg