Skip to content

Commit 5e0b4fc

Browse files
author
Sanjay Prabhakar
committed
[patch] add comment
1 parent 74d0a84 commit 5e0b4fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mas/devops/tekton.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626

2727
logger = logging.getLogger(__name__)
2828

29-
29+
# customStorageClassName is used when no default Storageclass is available on cluster,
30+
# openshift-pipelines creates PVC which looks for default. customStorageClassName is patched into PVC when default is unavailable.
3031
def installOpenShiftPipelines(dynClient: DynamicClient, customStorageClassName: str = None) -> bool:
3132
"""
3233
Install the OpenShift Pipelines Operator and wait for it to be ready to use

0 commit comments

Comments
 (0)