cloud-native-toolkit / terraform-tools-tekton

Terraform module to install Tekton into cluster
2 stars 2 forks source link

Tekton failed to install and the CRDs could not be found #34

Open seansund opened 2 years ago

seansund commented 2 years ago

When installing from argocd-bootstrap via the BOM the installation fails.

│ Error: External Program Execution Failed
│ 
│   with module.argocd-bootstrap.module.openshift_cicd.module.pipelines.data.external.tekton_ready[0],
│   on .terraform/modules/argocd-bootstrap.openshift_cicd.pipelines/main.tf line 120, in data "external" "tekton_ready":
│  120:   program = ["bash", "${path.module}/scripts/wait-for-tekton.sh"]
│ 
│ The data source received an unexpected error while attempting to execute the program.
│ 
│ Program: /bin/bash
│ Error Message: Timed out waiting for Tekton CRDs to be installed
│ 
│ State: exit status 1