summaryrefslogtreecommitdiffstats
path: root/auth/helm/aaf-hello
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-07-17 11:50:16 -0500
committerInstrumental <jonathan.gathman@att.com>2019-07-17 11:50:28 -0500
commit5b77b6489dfb644a901e2640615a32d78f533351 (patch)
tree0353e24dbb2876e3ba6cfeb60bb210a00624a222 /auth/helm/aaf-hello
parent0e302ed774f4c371b9414fe99836836f775b688d (diff)
Update dpush for layer removal
Issue-ID: AAF-873 Change-Id: If35a6d3ee1432032d440385ab21431b1f68c761d Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/helm/aaf-hello')
-rw-r--r--auth/helm/aaf-hello/templates/aaf-hello.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/helm/aaf-hello/templates/aaf-hello.yaml b/auth/helm/aaf-hello/templates/aaf-hello.yaml
index e19b5997..896ff35d 100644
--- a/auth/helm/aaf-hello/templates/aaf-hello.yaml
+++ b/auth/helm/aaf-hello/templates/aaf-hello.yaml
@@ -102,7 +102,7 @@ spec:
- name: aaf-hello
image: {{ .Values.image.repository }}onap/aaf/aaf_hello:{{ .Values.image.version }}
imagePullPolicy: IfNotPresent
- command: ["/bin/bash","-c","cd /opt/app/aaf && exec bin/hello"]
+ command: ["/bin/bash","-c","cd /opt/app/aaf && sleep 240 && exec bin/hello"]
volumeMounts:
- mountPath: "/opt/app/osaaf/local"
name: aaf-hello-vol