We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30996b7 commit c4e92b6Copy full SHA for c4e92b6
src/common/k8s.ts
@@ -222,7 +222,7 @@ export const waitTillGitRepoAvailable = async (repoUrl): Promise<void> => {
222
// the ls-remote exist with zero even if repo is empty
223
await $`git ls-remote ${repoUrl}`
224
} catch (e) {
225
- 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`)
226
throw e
227
}
228
}, retryOptions)
0 commit comments