Skip to content

Commit d561561

Browse files
committed
WIP: Its okay for lets encrypt to give an error it seems
1 parent ad1dab9 commit d561561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.werft/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ export async function build(context, version) {
328328
exec(`mv k3s.yml /home/gitpod/.kube/config`)
329329

330330
if (!existingVM) {
331-
exec(`kubectl apply -f clouddns-dns01-solver-svc-acct.yaml -f letsencrypt-issuer.yaml`, { slice: vmSlices.INSTALL_LETS_ENCRYPT_ISSUER })
331+
exec(`kubectl apply -f clouddns-dns01-solver-svc-acct.yaml -f letsencrypt-issuer.yaml`, { slice: vmSlices.INSTALL_LETS_ENCRYPT_ISSUER, dontCheckRc: true })
332332
}
333333
}
334334

0 commit comments

Comments
 (0)