Skip to content
Open
Show file tree
Hide file tree
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: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ You're welcome to read the [contribution guidelines](./CONTRIBUTING.md).

The information about the licensing and the dependencies of this project can be found under :
- The [project's license file](./LICENSE)
- The [legal notice](./NOTICE)
- The [legal notice](./NOTICE)
2 changes: 2 additions & 0 deletions charts/redcap/configuration/mysql/my.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ max_connections=400
innodb_flush_log_at_trx_commit=1
sync_binlog=0

# Fixes "ERROR 1524 (HY000): Plugin 'mysql_native_password' is not loaded" on MYSQL pod init
mysql_native_password=ON

[client]
port=3306
Expand Down
5 changes: 0 additions & 5 deletions charts/redcap/configuration/redcap/init/redcap-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
# Author: APHP
# Description : Retrieves and unpack REDCap and a translation package


#####################
### GLOBAL CONFIG ###
#####################
set -e
REDCAP_INSTALL=1

Expand All @@ -19,7 +15,6 @@ REDCAP_INSTALL=1

# Installs the REDCap Application package by retrieving it directly from the Community Site API, using the user's credentials.
install_redcap () {

if [ "$REDCAP_INSTALL" = 1 ]; then
echo "[INFO] Installing REDCap version $REDCAP_VERSION from scratch"
echo "[INFO] Cleaning destination dir"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
{{- end }}
ports:
- protocol: TCP
port: {{ default 3306 .Values.mysql.primary.service.ports.mysql }}
port: {{ default 3306 .Values.mysql.primary.service.port.mysql }}

# allow DNS resolution
- to:
Expand All @@ -37,4 +37,4 @@ spec:
protocol: UDP
- port: 53
protocol: TCP
{{- end }}
{{- end }}