summaryrefslogtreecommitdiffstats
path: root/charts/aaf-hello
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2018-09-24 15:25:42 +0000
committerMandeep Khinda <mandeep.khinda@amdocs.com>2018-09-25 14:17:43 +0000
commitf5719737938a4011e2be546bb088570150543085 (patch)
treeebce3fc537701afb0a2e5dfb925ba18eb1e555b6 /charts/aaf-hello
parente63ee8b4ea5f380425dd7905fb4efd0211ba3fee (diff)
Updating charts to use common resource template
Issue-ID: OOM-1145 Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'charts/aaf-hello')
-rw-r--r--charts/aaf-hello/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aaf-hello/templates/deployment.yaml b/charts/aaf-hello/templates/deployment.yaml
index c9c8223..c76c084 100644
--- a/charts/aaf-hello/templates/deployment.yaml
+++ b/charts/aaf-hello/templates/deployment.yaml
@@ -90,7 +90,7 @@ spec:
initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }}
periodSeconds: {{ .Values.readiness.periodSeconds }}
resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 10 }}