Skip to content
Snippets Groups Projects
Verified Commit 9ffa2e9f authored by Arie Peterson's avatar Arie Peterson
Browse files

Make setup-apps backoffLimit configurable

parent 8f79b8ea
No related branches found
Tags 0.15.18
1 merge request!23Resolve "Increase backofflimit of setup-apps job"
......@@ -13,6 +13,7 @@ metadata:
"helm.sh/hook-weight": "0"
"helm.sh/hook-delete-policy": hook-succeeded
spec:
backoffLimit: "{{ .Values.setupApps.backoffLimit }}"
template:
metadata:
name: "{{.Release.Name}}"
......
......@@ -26,6 +26,10 @@ apps:
- name: onlyoffice
enabled: true
setupApps:
# How many times the setup-apps job can try and fail before it is marked as
# definitely failed.
backoffLimit: 6
# Necessary so the chart gets installed (because the requirements.yaml has a
# condition: `condition: mariadb.enabled`). Follow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment