fix(openldap): remove required setting on booleans in questions

This commit is contained in:
kjeld Schouten-Lebbing
2021-12-12 02:04:46 +01:00
parent 941b4ef493
commit 2d3850419e
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ sources:
- https://github.com/jp-gouin/helm-openldap
- https://github.com/osixia/docker-openldap
type: application
version: 5.0.1
version: 5.0.2
annotations:
truecharts.org/catagories: |
- cloud
-6
View File
@@ -127,13 +127,11 @@ questions:
label: "LDAP_READONLY_USER"
schema:
type: boolean
required: true
default: false
- variable: LDAP_RFC2307BIS_SCHEMA
label: "LDAP_RFC2307BIS_SCHEMA"
schema:
type: boolean
required: true
default: false
- variable: LDAP_BACKEND
label: "LDAP_BACKEND"
@@ -145,13 +143,11 @@ questions:
label: "LDAP_TLS"
schema:
type: boolean
required: true
default: true
- variable: LDAP_TLS_ENFORCE
label: "LDAP_TLS_ENFORCE"
schema:
type: boolean
required: true
default: false
- variable: LDAP_TLS_VERIFY_CLIENT
label: "LDAP_TLS_VERIFY_CLIENT"
@@ -187,13 +183,11 @@ questions:
label: "KEEP_EXISTING_CONFIG"
schema:
type: boolean
required: true
default: false
- variable: LDAP_REMOVE_CONFIG_AFTER_SETUP
label: "LDAP_REMOVE_CONFIG_AFTER_SETUP"
schema:
type: boolean
required: true
default: true
- variable: LDAP_SSL_HELPER_PREFIX
label: "LDAP_SSL_HELPER_PREFIX"