Make domains in autheliarules a list and add db-wait-initcontainer to vaultwarden and fireflyiii

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-01 18:38:03 +02:00
parent 87e22f2d88
commit 3b6d315edb
10 changed files with 76 additions and 8 deletions
+1 -1
View File
@@ -38,4 +38,4 @@ sources:
- https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia
type: application
version: 1.6.15
version: 1.6.16
+11 -5
View File
@@ -15,7 +15,7 @@ groups:
description: "Ingress Configuration"
- name: "Security and Permissions"
description: "Configure security context and permissions"
- name: "Resources and Devices"
- name: "Resources and Devices"
description: "Specify resources/devices to be allocated to workload"
- name: "Advanced"
description: "Advanced Configuration"
@@ -859,12 +859,18 @@ questions:
type: dict
attrs:
- variable: domain
label: "Domain"
label: "Domains"
description: "defines which domain or set of domains the rule applies to."
schema:
type: string
default: ""
required: true
type: list
default: []
items:
- variable: domainEntry
label: "Domain"
schema:
type: string
default: ""
required: true
- variable: policy
label: "Policy"
description: "The policy to apply to resources. It must be either 'bypass', 'one_factor', 'two_factor' or 'deny'."