Skip to content

Commit 8b73255

Browse files
committed
values for business value editor
1 parent d13b66e commit 8b73255

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

.secrets.baseline

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "package-lock.json|FETCH_HEAD|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2024-10-30T10:19:35Z",
6+
"generated_at": "2024-10-30T14:42:27Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -77,6 +77,26 @@
7777
}
7878
],
7979
"results": {
80+
"decisioncenter/businessvalueeditor/README-KUBERNETES.md": [
81+
{
82+
"hashed_secret": "b11974a9da0d56698df935ab86e19b127804d6d4",
83+
"is_secret": false,
84+
"is_verified": false,
85+
"line_number": 35,
86+
"type": "Secret Keyword",
87+
"verified_result": null
88+
}
89+
],
90+
"decisioncenter/businessvalueeditor/businessvalueeditor-source/values.yaml": [
91+
{
92+
"hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
93+
"is_secret": false,
94+
"is_verified": false,
95+
"line_number": 18,
96+
"type": "Secret Keyword",
97+
"verified_result": null
98+
}
99+
],
80100
"decisioncenter/dynamicdomain/README-DOCKER.md": [
81101
{
82102
"hashed_secret": "54dfd9c625c7fe5be99078f7f117bbccf50b49be",
@@ -132,7 +152,7 @@
132152
"hashed_secret": "b11974a9da0d56698df935ab86e19b127804d6d4",
133153
"is_secret": false,
134154
"is_verified": false,
135-
"line_number": 37,
155+
"line_number": 35,
136156
"type": "Secret Keyword",
137157
"verified_result": null
138158
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
customization:
2+
runAsUser: '' # Specific to OCP
3+
image:
4+
pullSecrets:
5+
- my-odm-docker-registry
6+
repository: cp.icr.io/cp/cp4a/odm
7+
decisionCenter:
8+
downloadUrl:
9+
- <FILESERVER_URL>/businessvalueeditor-1.0.zip
10+
internalDatabase:
11+
persistence:
12+
enabled: false
13+
useDynamicProvisioning: false
14+
runAsUser: '' # Specific to OCP
15+
service:
16+
enableRoute: true # Specific to OCP
17+
license: true
18+
usersPassword: odmAdmin

0 commit comments

Comments
 (0)