From a9ee03bb25dfaf52164c9c3101a6337adaf32456 Mon Sep 17 00:00:00 2001 From: Keny Villela Date: Tue, 25 Apr 2023 19:47:39 -0300 Subject: [PATCH] excluded config maps dependency +++ --- charts/sigi/v0.2.x/templates/deployment.yaml | 2 ++ charts/sigi/v0.2.x/values.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/sigi/v0.2.x/templates/deployment.yaml b/charts/sigi/v0.2.x/templates/deployment.yaml index e66b7ae..d246f15 100755 --- a/charts/sigi/v0.2.x/templates/deployment.yaml +++ b/charts/sigi/v0.2.x/templates/deployment.yaml @@ -83,6 +83,8 @@ spec: value: "{{ .Values.sigi.auth.ldap.cacheGroups }}" - name: AUTH_LDAP_GROUP_CACHE_TIMEOUT value: "{{ .Values.sigi.auth.ldap.groupCacheTimeout }}" + - name: AUTH_LDAP_PROFILE_ATTR_MAP + value: "{{ .Values.sigi.auth.ldap.profileAttrMap }}" - name: AUTH_PROFILE_MODULE value: "{{ .Values.sigi.auth.profileModule }}" - name: MOODLE_BASE_URL diff --git a/charts/sigi/v0.2.x/values.yaml b/charts/sigi/v0.2.x/values.yaml index 60abd35..6cd7663 100755 --- a/charts/sigi/v0.2.x/values.yaml +++ b/charts/sigi/v0.2.x/values.yaml @@ -71,7 +71,7 @@ sigi: mirrorGroups: False cacheGroups: False groupCacheTimeout: 0 - profileAttrMap: '{"nome_completo": "cn"}' + profileAttrMap: {"nome_completo": "cn"} profileModule: 'servidores.Servidor' saberes: moodleUrl: 'https://saberes.senado.leg.br'