Skip to content

Commit

Permalink
Merge pull request #114 from RADAR-base/radar-integration
Browse files Browse the repository at this point in the history
[radar-integration] Update configmap
  • Loading branch information
Bdegraaf1234 authored Feb 23, 2024
2 parents 6e76c62 + bed57af commit fed5499
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/radar-integration/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.0.4"
description: A Helm chart for RADAR-Base REDCap survey integration application.
name: radar-integration
version: 0.5.1
version: 0.5.2
icon: "http://radar-base.org/wp-content/uploads/2022/09/Logo_RADAR-Base-RGB.png"
sources:
- https://github.com/RADAR-base/radar-helm-charts/tree/main/charts/radar-integration
Expand Down
3 changes: 2 additions & 1 deletion charts/radar-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# radar-integration
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/radar-integration)](https://artifacthub.io/packages/helm/radar-base/radar-integration)

![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.4](https://img.shields.io/badge/AppVersion-1.0.4-informational?style=flat-square)
![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.4](https://img.shields.io/badge/AppVersion-1.0.4-informational?style=flat-square)

A Helm chart for RADAR-Base REDCap survey integration application.

Expand Down Expand Up @@ -76,4 +76,5 @@ A Helm chart for RADAR-Base REDCap survey integration application.
| projects[0].redcap_info.enrolment_event | string | `""` | Unique identifier for the enrolment event |
| projects[0].redcap_info.integration_form | string | `""` | Name of integration REDCap form |
| projects[0].redcap_info.token | string | `""` | REDCap API Token used to identify the REDCap user against the REDCap instance |
| projects[0].redcap_info.attributes | list | `[]` | List of REDCap fields to be used as attributes in Management Portal |
| projects[0].mp_info.project_name | string | `""` | Management Portal project identifier |
4 changes: 4 additions & 0 deletions charts/radar-integration/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ data:
enrolment_event: {{ .redcap_info.enrolment_event }} #Unique identifier for the enrolment event
integration_form: {{ .redcap_info.integration_form }} #Name of integration REDCap form
token: {{ .redcap_info.token }} #REDCap API Token used to identify the REDCap user against the REDCap instance
attributes:
{{- range .redcap_info.attributes }}
- field_name: {{ . }}
{{- end }}
mp_info:
# Management Portal project identifier
project_name: {{ .mp_info.project_name }} #
Expand Down
2 changes: 2 additions & 0 deletions charts/radar-integration/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ projects:
integration_form: ""
# -- REDCap API Token used to identify the REDCap user against the REDCap instance
token: ""
# -- List of REDCap fields to be used as attributes in Management Portal
attributes: []
mp_info:
# -- Management Portal project identifier
project_name: ""

0 comments on commit fed5499

Please sign in to comment.