Skip to content

Commit 44de257

Browse files
vulkoingimroboquat
authored andcommitted
[preview] configure cert-issuer p2
1 parent cc61e54 commit 44de257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.werft/util/certs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export async function certReady(werft: Werft, config: JobConfig, slice: string):
2525
// We pass the GCP credentials explicitly, otherwise for some reason TF doesn't pick them up
2626
const commonVars = `GOOGLE_BACKEND_CREDENTIALS=${GCLOUD_SERVICE_ACCOUNT_PATH} \
2727
GOOGLE_APPLICATION_CREDENTIALS=${GCLOUD_SERVICE_ACCOUNT_PATH} \
28+
TF_VAR_cert_issuer=${config.certIssuer} \
2829
TF_VAR_kubeconfig_path=${GLOBAL_KUBECONFIG_PATH} \
2930
TF_VAR_preview_name=${config.previewEnvironment.destname} \
3031
TF_VAR_vm_cpu=${cpu} \

0 commit comments

Comments
 (0)