chore(outline): remove ALLOWED_DOMAINS var (#3328)

This commit is contained in:
Stavros Kois
2022-07-28 15:33:41 +03:00
committed by GitHub
parent 461a1b907d
commit ffe1185d9c
3 changed files with 1 additions and 8 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -23,7 +23,6 @@ env:
MAXIMUM_IMPORT_SIZE: 5120000
DEFAULT_LANGUAGE: "en_US"
# TEAM_LOGO: ""
# ALLOWED_DOMAINS: ""
# COLLABORATION_URL: ""
# SLACK_KEY: ""
# SLACK_SECRET: ""