summaryrefslogtreecommitdiffstats
path: root/templates
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 /templates
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 'templates')
-rw-r--r--templates/job.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/job.yaml b/templates/job.yaml
index 85c0940..719b6dc 100644
--- a/templates/job.yaml
+++ b/templates/job.yaml
@@ -56,7 +56,7 @@ spec:
- mountPath: /data
name: aaf-persistent-data
- mountPath: /data1/etc
- name: aaf-etc
+ name: aaf-etc
- mountPath: /data1/data
name: aaf-data
- mountPath: /data1/public/iframe_denied_test.html
@@ -102,8 +102,8 @@ spec:
name: aaf-backup
- mountPath: /share
name: aaf-public
- resources:
-{{ toYaml .Values.resources | indent 12 }}
+ resources:
+{{ include "common.resources" . | indent 12 }}
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 10 }}