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 cc61e54 commit 44de257Copy full SHA for 44de257
.werft/util/certs.ts
@@ -25,6 +25,7 @@ export async function certReady(werft: Werft, config: JobConfig, slice: string):
25
// We pass the GCP credentials explicitly, otherwise for some reason TF doesn't pick them up
26
const commonVars = `GOOGLE_BACKEND_CREDENTIALS=${GCLOUD_SERVICE_ACCOUNT_PATH} \
27
GOOGLE_APPLICATION_CREDENTIALS=${GCLOUD_SERVICE_ACCOUNT_PATH} \
28
+ TF_VAR_cert_issuer=${config.certIssuer} \
29
TF_VAR_kubeconfig_path=${GLOBAL_KUBECONFIG_PATH} \
30
TF_VAR_preview_name=${config.previewEnvironment.destname} \
31
TF_VAR_vm_cpu=${cpu} \
0 commit comments