Skip to content

Commit

Permalink
Update kubernetes.js
Browse files Browse the repository at this point in the history
Co-authored-by: Nick O'Leary <[email protected]>
  • Loading branch information
hardillb and knolleary authored Oct 18, 2023
1 parent d961def commit b83a333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ const createProject = async (project, options) => {
} catch (err) {
counter++
if (counter > this._k8sRetries) {
clearInterval(pollInterval)
this._app.log.error(`[k8s] Project ${project.id} - timeout waiting for Ingress`)
reject(new Error('Timed out to creating Ingress'))
}
Expand Down

0 comments on commit b83a333

Please sign in to comment.