From 5b77b6489dfb644a901e2640615a32d78f533351 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Wed, 17 Jul 2019 11:50:16 -0500 Subject: Update dpush for layer removal Issue-ID: AAF-873 Change-Id: If35a6d3ee1432032d440385ab21431b1f68c761d Signed-off-by: Instrumental --- auth/helm/aaf-hello/templates/aaf-hello.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/helm') 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 -- cgit 1.2.3-korg