Skip to content

Commit

Permalink
[patch] Add debug in sls role
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa Resul committed Jan 15, 2025
1 parent fefff8f commit 5bcb840
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Binary file modified image/cli/install/ibm-mas_devops.tar.gz
Binary file not shown.
2 changes: 0 additions & 2 deletions python/src/mas/cli/install/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ def configSLS(self) -> None:
self.slsConfigOptions.append("New")
self.slsConfigOptions.append("External")

if numSLSInstances == 0:
description.insert(1, "No instances of SLS detected on the cluster.")
if numSLSInstances > 0:
self.slsConfigOptions.insert(1, "Existing")
description.insert(3, " - Existing: Select an existing instance on the cluster. This is useful for sharing SLS with multiple MAS instances.")
Expand Down

0 comments on commit 5bcb840

Please sign in to comment.