fix(helmfile): Add timeout for database services

This commit is contained in:
Thorsten Roßner
2023-09-26 16:32:19 +02:00
parent b340373133
commit 98ec02f230

View File

@@ -56,6 +56,7 @@ releases:
- "values-postgresql.yaml"
- "values-postgresql.gotmpl"
condition: "postgresql.enabled"
timeout: 900
- name: "mariadb"
chart: "mariadb-repo/mariadb"
version: "2.1.0"
@@ -63,6 +64,7 @@ releases:
- "values-mariadb.yaml"
- "values-mariadb.gotmpl"
condition: "mariadb.enabled"
timeout: 900
- name: "postfix"
chart: "postfix-repo/postfix"
version: "2.0.3"