Skip to content

Commit 6987746

Browse files
add admins to discourse
1 parent 141d625 commit 6987746

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

charts/discourse-vanilla/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.6
18+
version: 0.1.7
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/discourse-vanilla/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ data:
2222
RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR: "1.5"
2323
DISCOURSE_DB_SOCKET: "/var/run/postgresql"
2424
LETSENCRYPT_DIR: "/shared/letsencrypt"
25-
DISCOURSE_DEVELOPER_EMAILS: "jakub.vysoky@ethereum.org,ligi@ethereum.org"
25+
DISCOURSE_DEVELOPER_EMAILS: {{ join ","" .Values.forum.admins | quote }}
2626
PATH: "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
2727
RUBY_VERSION: "3.3.6"
2828
PG_MAJOR: "15"

charts/discourse-vanilla/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ forum:
1919
version: "latest"
2020
hostname: "forum.discource.example"
2121
workers: 4
22+
admins: []
2223
letsencrypt:
2324
email: john@doe.com
2425
mail:

0 commit comments

Comments
 (0)