Skip to content

Commit 3741ad2

Browse files
Remove extra white spaces
1 parent 5c05670 commit 3741ad2

5 files changed

Lines changed: 10 additions & 18 deletions

File tree

.secrets.baseline

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
"files": "build/bin/config/oscap/ssg-rhel9-ds.xml|^.secrets.baseline$|^docs/catalogs/",
44
"lines": null
55
},
6-
7-
"generated_at": "2026-05-06T08:16:10Z",
8-
9-
6+
"generated_at": "2026-05-07T09:38:32Z",
107
"plugins_used": [
118
{
129
"name": "AWSKeyDetector"
@@ -185,39 +182,39 @@
185182
"hashed_secret": "6ffb91fd9c01e69b8e9093d84439c8b88dd8fe35",
186183
"is_secret": false,
187184
"is_verified": false,
188-
"line_number": 77,
185+
"line_number": 76,
189186
"type": "Secret Keyword",
190187
"verified_result": null
191188
},
192189
{
193190
"hashed_secret": "db40a6131d9b574bb057875df98fb03f9874d5b4",
194191
"is_secret": false,
195192
"is_verified": false,
196-
"line_number": 93,
193+
"line_number": 92,
197194
"type": "Secret Keyword",
198195
"verified_result": null
199196
},
200197
{
201198
"hashed_secret": "6fbaa59234a602571baf17a51592b436b33f8491",
202199
"is_secret": false,
203200
"is_verified": false,
204-
"line_number": 94,
201+
"line_number": 93,
205202
"type": "Secret Keyword",
206203
"verified_result": null
207204
},
208205
{
209206
"hashed_secret": "bd1b0b7f343605538b1da78056db3a7bddf3f807",
210207
"is_secret": false,
211208
"is_verified": false,
212-
"line_number": 97,
209+
"line_number": 96,
213210
"type": "Secret Keyword",
214211
"verified_result": null
215212
},
216213
{
217214
"hashed_secret": "b2817467154949a61f8e9ad31d1eeaf03221cbfa",
218215
"is_secret": false,
219216
"is_verified": false,
220-
"line_number": 314,
217+
"line_number": 312,
221218
"type": "Secret Keyword",
222219
"verified_result": null
223220
}

image/cli/mascli/functions/gitops_aiservice

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ function gitops_aiservice_noninteractive() {
7171

7272
#adding default values
7373
export AISERVICE_NAMESPACE=${AISERVICE_NAMESPACE:-"aiservice-${AISERVICE_INSTANCE_ID}"}
74-
7574
export IN_SAAS_ENV=${IN_SAAS_ENV:-"true"}
7675
export IS_EXTERNAL_ROUTE=${IS_EXTERNAL_ROUTE:-"false"} # Default to "false", can be set to "true" if needed
7776
export JDBC_SECRET=${JDBC_SECRET:-"aiservice-jdbc-secret"}
@@ -175,7 +174,6 @@ function gitops_aiservice_noninteractive() {
175174
--aiservice-install-plan-approval)
176175
export AISERVICE_INSTALL_PLAN_APPROVAL=$1 && shift
177176
;;
178-
179177
--environment-type)
180178
export ENVIRONMENT_TYPE=$1 && shift
181179
;;
@@ -347,7 +345,6 @@ function gitops_aiservice() {
347345
echo_reset_dim "Artifactory Username ................... ${COLOR_MAGENTA}${ARTIFACTORY_USERNAME}"
348346
echo_reset_dim "AiService Channel ...................... ${COLOR_MAGENTA}${AISERVICE_CHANNEL}"
349347
echo_reset_dim "AIService Install Plan Approval ........ ${COLOR_MAGENTA}${AISERVICE_INSTALL_PLAN_APPROVAL}"
350-
351348
echo_reset_dim "MAS Catalog Source ..................... ${COLOR_MAGENTA}${MAS_CATALOG_SOURCE}"
352349
echo_reset_dim "MAS ICR CP ............................. ${COLOR_MAGENTA}${MAS_ICR_CP}"
353350
echo_reset_dim "MAS ICR CPOpen ......................... ${COLOR_MAGENTA}${MAS_ICR_CPOPEN}"

python/src/mas/cli/aiservice/install/params.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,15 @@
105105
# Certificate Issuer
106106
"aiservice_certificate_issuer",
107107

108-
109108
# permission mode
110109
"permission_mode",
111110

112-
113111
# Enable IPv6 networking
114112
"enable_ipv6",
115113

114+
# Slack
115+
"slack_token",
116+
"slack_channel",
117+
116118
"aiservice_install_plan_approval",
117119
]

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,6 @@ def isValidFile(parser: argparse.ArgumentParser, arg: str) -> str:
557557
choices=["Automatic", "Manual"],
558558
help="Install plan approval for AI Service operator subscription"
559559
)
560-
561-
562560
# Arcgis
563561
# -----------------------------------------------------------------------------
564562
arcgisArgGroup = installArgParser.add_argument_group("Maximo Location Services for Esri (arcgis)")

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@
223223

224224
"aiservice_install_plan_approval",
225225

226-
227-
228226
# Grafana
229227
"skip_grafana_install",
230228
"grafana_v5_namespace",

0 commit comments

Comments
 (0)