Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ardac1prd/portal.ardac.org/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

indexd:
enabled: true
defaultPrefix: "dg.XXXX/"

Check warning on line 182 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

182:41 [comments] too few spaces before comment: expected 2
externalSecrets:
dbcreds: "ardac1prd-default-indexd-creds"
createK8sServiceCredsSecret: true
Expand Down Expand Up @@ -288,21 +288,21 @@
"name": "Studies"
},
{
"node": "case",

Check warning on line 291 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

291:121 [line-length] line too long (359 > 120 characters)
"name": "Participants"
},
{
"node": "follow_up",
"name": "Follow_ups"
}
]

Check warning on line 298 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

298:121 [line-length] line too long (199 > 120 characters)
},
"navigation": {
"title": "ARDaC: AlcHepNet Research Data Commons",
"items": [
{
"icon": "dictionary",
"link": "/DD",

Check warning on line 305 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

305:121 [line-length] line too long (159 > 120 characters)
"color": "#421C52",
"name": "Dictionary",
"tooltip": ""
Expand All @@ -316,7 +316,7 @@
{
"icon": "files",
"link": "/files",
"name": "Files",

Check warning on line 319 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

319:121 [line-length] line too long (130 > 120 characters)
"tooltip": ""
},
{
Expand All @@ -337,6 +337,13 @@
"name": "Profile",
"color": "#A2A2A2",
"tooltip": ""
},
{
"icon": "anagine",
"link": "/anagine",
"name": "Anagine",
"color": "#A2A2A2",
"tooltip": "AI-powered data analysis"
}
]
},
Expand Down Expand Up @@ -396,7 +403,7 @@
"study_id": {
"chartType": "count",
"title": "Studys"
},

Check warning on line 406 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

406:121 [line-length] line too long (327 > 120 characters)
"gender": {
"chartType": "fullPie",
"title": "Sex"
Expand Down Expand Up @@ -1372,7 +1379,7 @@
--g3-default-btn__bg-color: var(--g3-color__white);
--g3-default-btn__border-color: var(--g3-color__gray);
--g3-default-btn__border-color--hover: var(--g3-color__black);

Check warning on line 1382 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

1382:121 [line-length] line too long (2683 > 120 characters)
--g3-disabled-btn__color: var(--g3-color__lightgray);
--g3-disabled-btn__bg-color: var(--g3-color__white);
--g3-disabled-btn__border-color: var(--g3-color__silver);
Expand Down Expand Up @@ -1631,8 +1638,8 @@
requests:
cpu: "500m"
memory: "2Gi"
limits:

Check warning on line 1641 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

1641:121 [line-length] line too long (13292 > 120 characters)
cpu: "1000m"

Check warning on line 1642 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

1642:121 [line-length] line too long (13297 > 120 characters)
memory: "4Gi"
spark:
requests:
Expand Down Expand Up @@ -1816,7 +1823,7 @@
type: integer
- name: varices
- name: varices_diagnosis_date
- name: weight

Check warning on line 1826 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

1826:121 [line-length] line too long (173 > 120 characters)
aggregated_props:
- name: laboratory_test
path: molecular_tests
Expand Down
Loading