Browse Source

SIGI helm v0.1.3 test

master
Keny Villela 2 years ago
parent
commit
f487b5ff5c
  1. 2
      charts/sigi/v0/Chart.yaml
  2. 16
      charts/sigi/v0/questions.yaml

2
charts/sigi/v0/Chart.yaml

@ -8,7 +8,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.2 version: 0.1.3
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to

16
charts/sigi/v0/questions.yaml

@ -14,6 +14,22 @@ questions:
group: Básico group: Básico
required: true required: true
# Informações Autenticação
- variable: sigi.auth.ldap.userAttrMap
default: {"first_name": "givenName", "last_name": "sn", "email": "userPrincipalName", 'is_staff': "cn",}
description: "Mapa atributos usuário LDAP"
label: Mapa atributos usuário LDAP"
type: string
group: Autenticação
required: true
- variable: sigi.auth.ldap.profileAttrMap
default: {"nome_completo": "cn"}
description: "Mapa de atributos profile LDAP"
label: Mapa atributos profile LDAP"
type: string
group: Autenticação
required: true
# Ingress # Ingress
- variable: ingress.tls.enabled - variable: ingress.tls.enabled

Loading…
Cancel
Save