Skip to content

Commit 4a00006

Browse files
Fix pre-commit formatting issues
1 parent 0268c82 commit 4a00006

3 files changed

Lines changed: 5 additions & 16 deletions

File tree

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "build/bin/config/oscap/ssg-rhel9-ds.xml|^.secrets.baseline$|^docs/catalogs/",
44
"lines": null
55
},
6-
"generated_at": "2026-05-04T06:54:31Z",
6+
"generated_at": "2026-05-04T11:13:58Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -214,7 +214,7 @@
214214
"hashed_secret": "b2817467154949a61f8e9ad31d1eeaf03221cbfa",
215215
"is_secret": false,
216216
"is_verified": false,
217-
"line_number": 320,
217+
"line_number": 318,
218218
"type": "Secret Keyword",
219219
"verified_result": null
220220
}

image/cli/mascli/functions/gitops_aiservice

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function gitops_aiservice_noninteractive() {
8888
export AISERVICE_STORAGE_REGION=${AISERVICE_STORAGE_REGION:-""}
8989
export AISERVICE_STORAGE_SSL=${AISERVICE_STORAGE_SSL:-"true"}
9090
export MAS_CATALOG_SOURCE=${MAS_CATALOG_SOURCE:-"ibm-operator-catalog"}
91-
# export AISERVICE_SUBSCRIPTION_INSTALL_PLAN=${AISERVICE_SUBSCRIPTION_INSTALL_PLAN:-"Automatic"}
91+
9292
export AISERVICE_INSTALL_PLAN_APPROVAL=${AISERVICE_INSTALL_PLAN_APPROVAL:-"Automatic"}
9393

9494
export AISERVICE_S3_BUCKET_PREFIX=${AISERVICE_S3_BUCKET_PREFIX:-"m"}
@@ -178,9 +178,7 @@ function gitops_aiservice_noninteractive() {
178178
--aiservice-install-plan-approval)
179179
export AISERVICE_INSTALL_PLAN_APPROVAL=$1 && shift
180180
;;
181-
# --aiservice-subscription-install-plan)
182-
# export AISERVICE_SUBSCRIPTION_INSTALL_PLAN=$1 && shift
183-
# ;;
181+
184182
--environment-type)
185183
export ENVIRONMENT_TYPE=$1 && shift
186184
;;
@@ -353,7 +351,7 @@ function gitops_aiservice() {
353351
echo_reset_dim "Artifactory Username ................... ${COLOR_MAGENTA}${ARTIFACTORY_USERNAME}"
354352
echo_reset_dim "AiService Channel ...................... ${COLOR_MAGENTA}${AISERVICE_CHANNEL}"
355353
echo_reset_dim "AIService Install Plan Approval ........ ${COLOR_MAGENTA}${AISERVICE_INSTALL_PLAN_APPROVAL}"
356-
# echo_reset_dim "AIService Install Plan Approval ........ ${COLOR_MAGENTA}${AISERVICE_SUBSCRIPTION_INSTALL_PLAN}"
354+
357355
echo_reset_dim "MAS Catalog Source ..................... ${COLOR_MAGENTA}${MAS_CATALOG_SOURCE}"
358356
echo_reset_dim "MAS ICR CP ............................. ${COLOR_MAGENTA}${MAS_ICR_CP}"
359357
echo_reset_dim "MAS ICR CPOpen ......................... ${COLOR_MAGENTA}${MAS_ICR_CPOPEN}"

python/src/mas/cli/install/argParser.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -524,15 +524,6 @@ def isValidFile(parser: argparse.ArgumentParser, arg: str) -> str:
524524
required=False,
525525
help="Subscription channel for Maximo AI Service"
526526
)
527-
# change1
528-
# masAppsArgGroup.add_argument(
529-
# "--aiservice-install-plan-approval",
530-
# dest="aiservice_install_plan_approval",
531-
# required=False,
532-
# default="Automatic",
533-
# choices=["Automatic", "Manual"],
534-
# help="Install plan approval for AI Service operator subscription"
535-
# )
536527

537528

538529
masAppsArgGroup.add_argument(

0 commit comments

Comments
 (0)