aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2021-08-25 20:10:12 +0000
committerGerrit Code Review <gerrit@onap.org>2021-08-25 20:10:12 +0000
commit3ed06b3322c464214bb4d3ffebc8a91b0c915a5c (patch)
treed276bef37580b8b59c01808161e78f7771569ccf /kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml
parent33ca2d0552a329248f29a189dfda5646a9755a41 (diff)
parente45cf08c3e492d8f847b739062acf99dd1f9385c (diff)
Merge "Add resources field to all addon charts"
Diffstat (limited to 'kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml')
-rw-r--r--kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml b/kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml
index 3010d6e7..dc924a16 100644
--- a/kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml
+++ b/kud/deployment_infra/helm/cdi-operator/templates/deployment.yaml
@@ -66,5 +66,7 @@ spec:
tolerations:
{{- toYaml . | nindent 6 }}
{{- end }}
+ resources:
+ {{- toYaml .Values.resources | nindent 8 }}
securityContext:
{{- toYaml .Values.securityContext | nindent 8 }}