Increase backoffLimit to 10 for helm installer

The helm installer often quickly reaches the backoffLimit of 5. Increase
this to 10 so that there is a greater chance of successful installation.

Story: 2006765
Task: 37783

Change-Id: I5293c970bb1696f14c421fdf67abb495b4b8d666
Signed-off-by: Bharat Kunwar <brtknr@bath.edu>
This commit is contained in:
Bharat Kunwar 2019-12-10 23:05:45 +00:00
parent 354575804f
commit c8752d6976
4 changed files with 4 additions and 4 deletions

View File

@ -213,7 +213,7 @@ metadata:
name: install-${CHART_NAME}-job
namespace: magnum-tiller
spec:
backoffLimit: 5
backoffLimit: 10
template:
spec:
serviceAccountName: tiller

View File

@ -48,7 +48,7 @@ metadata:
name: install-${CHART_NAME}-job
namespace: magnum-tiller
spec:
backoffLimit: 5
backoffLimit: 10
template:
spec:
serviceAccountName: tiller

View File

@ -83,7 +83,7 @@ metadata:
name: install-${CHART_NAME}-job
namespace: magnum-tiller
spec:
backoffLimit: 5
backoffLimit: 10
template:
spec:
serviceAccountName: tiller

View File

@ -166,7 +166,7 @@ metadata:
name: install-${CHART_NAME}-job
namespace: magnum-tiller
spec:
backoffLimit: 5
backoffLimit: 10
template:
spec:
serviceAccountName: tiller