Original Discourse image without LDAP auth
This commit is contained in:
parent
0f67ff3233
commit
b7fcb2150e
@ -7,9 +7,6 @@
|
|||||||
release_namespace: discourse
|
release_namespace: discourse
|
||||||
create_namespace: true
|
create_namespace: true
|
||||||
values:
|
values:
|
||||||
global:
|
|
||||||
security:
|
|
||||||
allowInsecureImages: true
|
|
||||||
auth:
|
auth:
|
||||||
email: discourse@eom.dev
|
email: discourse@eom.dev
|
||||||
username: discourse_admin
|
username: discourse_admin
|
||||||
@ -22,16 +19,12 @@
|
|||||||
port: "587"
|
port: "587"
|
||||||
user: "discourse"
|
user: "discourse"
|
||||||
password: "{{ discourse_admin_password }}"
|
password: "{{ discourse_admin_password }}"
|
||||||
image:
|
|
||||||
repository: ericomeehan/discourse
|
|
||||||
tag: latest
|
|
||||||
pullPolicy: Always
|
|
||||||
discourse:
|
discourse:
|
||||||
skipInstall: false
|
skipInstall: false
|
||||||
plugins:
|
plugins:
|
||||||
- https://github.com/discourse/discourse-activity-pub
|
- https://github.com/discourse/discourse-activity-pub
|
||||||
- https://github.com/discourse/discourse-openid-connect
|
- https://github.com/discourse/discourse-openid-connect
|
||||||
- https://github.com/jonmbake/discourse-ldap-auth
|
#- https://github.com/jonmbake/discourse-ldap-auth
|
||||||
persistPlugins: false
|
persistPlugins: false
|
||||||
compatiblePlugins: true
|
compatiblePlugins: true
|
||||||
resourcesPreset: none
|
resourcesPreset: none
|
||||||
|
Loading…
Reference in New Issue
Block a user