Skip to content

Commit

Permalink
Merge pull request #2 from aottr/main-prestage
Browse files Browse the repository at this point in the history
option to disable landing page
  • Loading branch information
aottr authored Apr 18, 2023
2 parents 038bfaf + 934a07d commit bcf301f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rallly/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: rallly
description: A Helm chart for rallly

type: application
version: 0.1.1
version: 0.1.2
appVersion: "1.0.0"

dependencies:
Expand Down
2 changes: 2 additions & 0 deletions charts/rallly/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ spec:
value: {{ .Values.rallly.smtpHost | quote }}
- name: SMTP_PWD
value: {{ .Values.rallly.smtpPassword | quote }}
- name: DISABLE_LANDING_PAGE
value: {{ .Values.rallly.disableLandingPage | quote }}
{{- if .Values.postgresql.enabled }}
- name: DATABASE_URL
value: "postgres://{{ .Values.postgresql.global.postgresql.auth.username }}:{{ .Values.postgresql.global.postgresql.auth.password }}@{{ .Release.Name}}-postgresql-hl:{{ .Values.postgresql.global.postgresql.service.ports.postgresql }}/{{ .Values.postgresql.global.postgresql.auth.database }}"
Expand Down
1 change: 1 addition & 0 deletions charts/rallly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ rallly:
smtpPort: "25"
smtpUser: ""
smtpPassword: ""
disableLandingPage: false

postgresql:
enabled: true
Expand Down

0 comments on commit bcf301f

Please sign in to comment.