Skip to content

Commit aff9d63

Browse files
committed
Updated lint issues
1 parent 5198fda commit aff9d63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mas/devops/tekton.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def installOpenShiftPipelines(dynClient: DynamicClient, customStorageClassName:
158158
logger.error("OpenShift Pipelines postgres PVC is NOT ready")
159159
return False
160160

161+
161162
def enablePipelinesConsolePlugin(dynClient: DynamicClient) -> bool:
162163
"""
163164
Enable the OpenShift Pipelines console plugin for OCP 4.21+.
@@ -244,6 +245,7 @@ def enablePipelinesConsolePlugin(dynClient: DynamicClient) -> bool:
244245
logger.error(f"Error enabling Pipelines console plugin: {e}")
245246
return False
246247

248+
247249
def addMissingStorageClassToTektonPVC(dynClient: DynamicClient, namespace: str, pvcName: str, storageClassName: str = None) -> bool:
248250
"""
249251
OpenShift Pipelines has a problem when there is no default storage class defined in a cluster, this function

0 commit comments

Comments
 (0)