chore(outline): remove ALLOWED_DOMAINS var (#3328)
This commit is contained in:
@@ -28,7 +28,7 @@ name: outline
|
||||
sources:
|
||||
- https://github.com/outline/outline
|
||||
type: application
|
||||
version: 3.0.27
|
||||
version: 3.0.28
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
|
||||
@@ -95,12 +95,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ALLOWED_DOMAINS
|
||||
label: "ALLOWED_DOMAINS"
|
||||
description: "Comma separated list of domains to be allowed to signin to the wiki. If not set, all domains are allowed by default when using Google OAuth to signin"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: SLACK_MESSAGE_ACTIONS
|
||||
label: "SLACK_MESSAGE_ACTIONS"
|
||||
schema:
|
||||
|
||||
@@ -23,7 +23,6 @@ env:
|
||||
MAXIMUM_IMPORT_SIZE: 5120000
|
||||
DEFAULT_LANGUAGE: "en_US"
|
||||
# TEAM_LOGO: ""
|
||||
# ALLOWED_DOMAINS: ""
|
||||
# COLLABORATION_URL: ""
|
||||
# SLACK_KEY: ""
|
||||
# SLACK_SECRET: ""
|
||||
|
||||
Reference in New Issue
Block a user