chore(outline): remove ALLOWED_DOMAINS var (#3328)
This commit is contained in:
@@ -28,7 +28,7 @@ name: outline
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/outline/outline
|
- https://github.com/outline/outline
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.27
|
version: 3.0.28
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- productivity
|
- productivity
|
||||||
|
|||||||
@@ -95,12 +95,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
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
|
- variable: SLACK_MESSAGE_ACTIONS
|
||||||
label: "SLACK_MESSAGE_ACTIONS"
|
label: "SLACK_MESSAGE_ACTIONS"
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ env:
|
|||||||
MAXIMUM_IMPORT_SIZE: 5120000
|
MAXIMUM_IMPORT_SIZE: 5120000
|
||||||
DEFAULT_LANGUAGE: "en_US"
|
DEFAULT_LANGUAGE: "en_US"
|
||||||
# TEAM_LOGO: ""
|
# TEAM_LOGO: ""
|
||||||
# ALLOWED_DOMAINS: ""
|
|
||||||
# COLLABORATION_URL: ""
|
# COLLABORATION_URL: ""
|
||||||
# SLACK_KEY: ""
|
# SLACK_KEY: ""
|
||||||
# SLACK_SECRET: ""
|
# SLACK_SECRET: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user