From bb4bae69abd4e9ed6ac21a817f0aa95bfa4b1086 Mon Sep 17 00:00:00 2001 From: Keny Villela Date: Wed, 3 May 2023 16:17:53 -0300 Subject: [PATCH] final test v0.2.3 --- charts/sigi/v0.2.3/templates/deployment.yaml | 22 +++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/charts/sigi/v0.2.3/templates/deployment.yaml b/charts/sigi/v0.2.3/templates/deployment.yaml index cedb5a5..b6f8321 100644 --- a/charts/sigi/v0.2.3/templates/deployment.yaml +++ b/charts/sigi/v0.2.3/templates/deployment.yaml @@ -60,11 +60,12 @@ spec: - name: AUTH_LDAP_USER value: "{{ .Values.sigi.auth.ldap.user }}" - name: AUTH_LDAP_BIND_PASSWORD - valueFrom: - # Secret Key - secretKeyRef: - name: {{ include "sigi.fullname" . }}-auth-ldap-key - key: AUTH_LDAP_BIND_PASSWORD + value: "{{ .Values.sigi.auth.ldap.bindPwd }}" + # valueFrom: + # # Secret Key + # secretKeyRef: + # name: {{ include "sigi.fullname" . }}-auth-ldap-key + # key: AUTH_LDAP_BIND_PASSWORD - name: AUTH_LDAP_USER_SEARCH_STRING value: "{{ .Values.sigi.auth.ldap.userSearchString }}" - name: AUTH_LDAP_USER_ATTR_MAP @@ -90,11 +91,12 @@ spec: - name: MOODLE_BASE_URL value: "{{ .Values.sigi.saberes.moodleUrl }}" - name: MOODLE_API_TOKEN - valueFrom: - # Secret Key - secretKeyRef: - name: {{ include "sigi.fullname" . }}-saberes-tkn - key: MOODLE_API_TOKEN + value: "{{ .Values.sigi.saberes.moodleToken }}" + # valueFrom: + # # Secret Key + # secretKeyRef: + # name: {{ include "sigi.fullname" . }}-saberes-tkn + # key: MOODLE_API_TOKEN volumeMounts: # - mountPath: /var/interlegis/sigi/data # name: data