Skip to content

Commit

Permalink
Modify indent (#77)
Browse files Browse the repository at this point in the history
* retry mapp

* change coquille
  • Loading branch information
VictorNguyen098 authored Nov 24, 2023
1 parent 39d9ed6 commit 1a52acc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/redcap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: redcap
description: Helm chart for RedCap, A CRF Application for survey research.
type: application
appVersion: 10.6.13
version: 1.10.18
version: 1.10.19
home: https://github.com/curie-data-factory/helm-charts/tree/master/charts/redcap
icon: https://www.redcapbrasil.com.br/wp-content/uploads/2018/02/rbone.png
sources:
Expand Down
7 changes: 3 additions & 4 deletions charts/redcap/templates/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ spec:
spec:
containers:
- args:
- /usr/bin/php
- /var/www/site/cron.php
- /bin/bash
- /config/boot-cron.sh
env:
- name: DB_HOSTNAME
value: {{.Values.DB_HOSTNAME}}
Expand All @@ -39,8 +39,8 @@ spec:
key: SALT
name: redcap-server-secrets
optional: false
{{- if .Values.mail.enabled }}
volumeMounts:
{{- if .Values.mail.enabled }}
- mountPath: /config/mail
name: mail
{{- end }}
Expand All @@ -63,7 +63,6 @@ spec:
- key: boot-cron.sh
path: ./boot-cron.sh
name: "{{ .Release.Name }}-conf-mail-cron"
optional: false
name: cron-bootstrap
{{- end }}
{{- if .Values.mail.enabled }}
Expand Down
2 changes: 1 addition & 1 deletion charts/redcap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ cron:
config: |-
#!/bin/bash
cp /config/mail/msmtprc /etc/msmtprc
/usr/bin/php /var/www/site/cron.php
livenesscheck: true

service:
Expand Down

0 comments on commit 1a52acc

Please sign in to comment.