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
2 changes: 2 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 Down Expand Up @@ -396,7 +396,7 @@
"study_id": {
"chartType": "count",
"title": "Studys"
},

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

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

399:121 [line-length] line too long (327 > 120 characters)
"gender": {
"chartType": "fullPie",
"title": "Sex"
Expand Down Expand Up @@ -1384,7 +1384,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 1387 in ardac1prd/portal.ardac.org/values.yaml

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

1387: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 @@ -1643,8 +1643,8 @@
requests:
cpu: "500m"
memory: "2Gi"
limits:

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

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

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

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

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

1647:121 [line-length] line too long (13297 > 120 characters)
memory: "4Gi"
spark:
requests:
Expand Down Expand Up @@ -1823,10 +1823,12 @@
- name: liver_score_date
- name: liver_transplant
- name: tlfb_drinking_days
type: integer
- name: tlfb_number_drinks
type: integer
- name: varices
- name: varices_diagnosis_date
- name: weight

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

View workflow job for this annotation

GitHub Actions / Lint changed YAML files

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