We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab74e0 commit 1f64773Copy full SHA for 1f64773
src/common/k8s.ts
@@ -253,7 +253,7 @@ export const waitTillGitRepoAvailable = async (repoUrl): Promise<void> => {
253
// the ls-remote exist with zero even if repo is empty
254
await $`git ls-remote ${repoUrl}`
255
} catch (e) {
256
- d.warn(`The ${repoUrl} is not yet reachable. Retrying in ${retryOptions.maxTimeout} ms`)
+ d.warn(`The values repository is not yet reachable. Retrying in ${retryOptions.maxTimeout} ms`)
257
throw e
258
}
259
}, retryOptions)
0 commit comments