You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KUBERPULT_DB_MAX_IDLE_CONNECTIONS and KUBERPULT_DB_MAX_OPEN_CONNECTIONS are required from v9,
but cd-service.yaml chart doesn't allow to access this parameters when dbOption ist set to "NO_DB".
Please move "endif" to line 270 to allow use defaults for this 2 parameters also if dbOption ist set to "NO_DB" : see the chart cd-service.yaml
Otherwise we can't update Kuberpult from v8.15.0 to v9 and up.
The text was updated successfully, but these errors were encountered:
KUBERPULT_DB_MAX_IDLE_CONNECTIONS and KUBERPULT_DB_MAX_OPEN_CONNECTIONS are required from v9,
but cd-service.yaml chart doesn't allow to access this parameters when dbOption ist set to "NO_DB".
Please move "endif" to line 270 to allow use defaults for this 2 parameters also if dbOption ist set to "NO_DB" :
see the chart cd-service.yaml
Otherwise we can't update Kuberpult from v8.15.0 to v9 and up.
The text was updated successfully, but these errors were encountered: