Skip to content

Commit

Permalink
Update gitops.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur authored Aug 22, 2023
1 parent 8d4924c commit aa5fadf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions helm/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ gitops:
"chartType": "count",
"title": "Projects"
},
"case_id": {
"_case_id": {
"chartType": "count",
"title": "Cases"
},
Expand Down Expand Up @@ -401,11 +401,11 @@ gitops:
"manifestMapping": {
"resourceIndexType": "file",
"resourceIdField": "object_id",
"referenceIdFieldInResourceIndex": "case_id",
"referenceIdFieldInResourceIndex": "_case_id",
"referenceIdFieldInDataIndex": "node_id"
},
"accessibleFieldCheckList": ["case_id"],
"accessibleValidationField": "case_id"
"accessibleFieldCheckList": ["_case_id"],
"accessibleValidationField": "_case_id"
}
},
"fileExplorerConfig": {
Expand Down Expand Up @@ -449,12 +449,12 @@ gitops:
"nodeCountTitle": "Files",
"manifestMapping": {
"resourceIndexType": "case",
"resourceIdField": "case_id",
"resourceIdField": "_case_id",
"referenceIdFieldInResourceIndex": "object_id",
"referenceIdFieldInDataIndex": "object_id"
},
"accessibleFieldCheckList": ["case_id"],
"accessibleValidationField": "case_id",
"accessibleFieldCheckList": ["_case_id"],
"accessibleValidationField": "_case_id",
"downloadAccessor": "object_id"
}
}
Expand Down

0 comments on commit aa5fadf

Please sign in to comment.