diff options
Diffstat (limited to 'kud/deployment_infra/helm/ovn4nfv/templates/deployment.yaml')
-rw-r--r-- | kud/deployment_infra/helm/ovn4nfv/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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 }} |