Skip to content

Commit

Permalink
Merge pull request #129 from RADAR-base/remove-smtp
Browse files Browse the repository at this point in the history
Remove outdated SMTP chart
  • Loading branch information
blootsvoets authored Aug 25, 2021
2 parents 674bc6c + 46ea241 commit 44a55de
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 365 deletions.
7 changes: 0 additions & 7 deletions base.secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ app_config:
jdbc:
password: password

smtp:
_install: false
replicaCount: 1
smarthost:
user: [email protected]
password: password

# --------------------------------------------------------- 20-fitbit.yaml ---------------------------------------------------------
fitbit_api_client: fitbit_api_client_id
fitbit_api_secret: fitbit_api_client_secret
Expand Down
8 changes: 0 additions & 8 deletions base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,6 @@ app_config_frontend:
authUrl: https://example.com/managementportal/oauth
callbackUrl: https://example.com/appconfig/login

smtp:
_install: false
replicaCount: 1
smarthost:
address: mail.example.com
persistence:
size: 1Gi

# --------------------------------------------------------- 20-fitbit.yaml ---------------------------------------------------------
radar_fitbit_connector:
_install: false
Expand Down
22 changes: 0 additions & 22 deletions charts/smtp/.helmignore

This file was deleted.

15 changes: 0 additions & 15 deletions charts/smtp/Chart.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions charts/smtp/templates/NOTES.txt

This file was deleted.

32 changes: 0 additions & 32 deletions charts/smtp/templates/_helpers.tpl

This file was deleted.

102 changes: 0 additions & 102 deletions charts/smtp/templates/deployment.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions charts/smtp/templates/pvc.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions charts/smtp/templates/service.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions charts/smtp/templates/tests/test-connection.yaml

This file was deleted.

91 changes: 0 additions & 91 deletions charts/smtp/values.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions helmfile.d/10-managementportal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ releases:
values:
- "https://dashboard.{{ .Values.server_name }}/login/generic_oauth"

- name: smtp
chart: ../charts/smtp
installed: {{ .Values.smtp._install }}
values:
- {{ .Values.smtp | toYaml | indent 8 | trim }}

- name: app-config
chart: ../charts/app-config
installed: {{ .Values.app_config._install }}
Expand Down

0 comments on commit 44a55de

Please sign in to comment.