Skip to content

Commit 627794c

Browse files
author
Sanjay Prabhakar
committed
[patch] fix whitespace
1 parent f838c4e commit 627794c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/mas/devops/tekton.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)