File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ def installOpenShiftPipelines(dynClient: DynamicClient, customStorageClassName:
8686 return False
8787
8888 # Wait for the postgredb-tekton-results-postgres-0 PVC to be ready
89- # this PVC doesn't come up when there's no default storage class is in the cluster,
90- # this is causing the pvc to be in pending state and causing the tekton-results-postgres statefulSet in pending,
89+ # this PVC doesn't come up when there's no default storage class is in the cluster,
90+ # this is causing the pvc to be in pending state and causing the tekton-results-postgres statefulSet in pending,
9191 # due to these resources not coming up, the MAS pre-install check in the pipeline times out checking the health of this statefulSet,
92- # causing failure in pipeline.
92+ # causing failure in pipeline.
9393 # Refer https://github.com/ibm-mas/cli/issues/1511
9494 logger .debug ("Waiting for postgredb-tekton-results-postgres-0 PVC to be ready" )
9595 foundReadyPVC = waitForPVC (dynClient , namespace = "openshift-pipelines" , pvcName = "postgredb-tekton-results-postgres-0" )
You can’t perform that action at this time.
0 commit comments