We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1dab9 commit d561561Copy full SHA for d561561
.werft/build.ts
@@ -328,7 +328,7 @@ export async function build(context, version) {
328
exec(`mv k3s.yml /home/gitpod/.kube/config`)
329
330
if (!existingVM) {
331
- exec(`kubectl apply -f clouddns-dns01-solver-svc-acct.yaml -f letsencrypt-issuer.yaml`, { slice: vmSlices.INSTALL_LETS_ENCRYPT_ISSUER })
+ exec(`kubectl apply -f clouddns-dns01-solver-svc-acct.yaml -f letsencrypt-issuer.yaml`, { slice: vmSlices.INSTALL_LETS_ENCRYPT_ISSUER, dontCheckRc: true })
332
}
333
334
0 commit comments