Keny Villela
2 years ago
3 changed files with 1 additions and 21 deletions
@ -1,10 +0,0 @@ |
|||||
apiVersion: v1 |
|
||||
kind: Secret |
|
||||
metadata: |
|
||||
name: {{ include "sigi.fullname" . }}-auth-ldap-key |
|
||||
labels: |
|
||||
{{- include "sigi.labels" . | nindent 4 }} |
|
||||
type: Opaque |
|
||||
data: |
|
||||
AUTH_LDAP_BIND_PASSWORD: {{ .Values.sigi.auth.ldap.bindPwd | b64enc }} |
|
||||
|
|
@ -1,10 +0,0 @@ |
|||||
apiVersion: v1 |
|
||||
kind: Secret |
|
||||
metadata: |
|
||||
name: {{ include "sigi.fullname" . }}-saberes-tkn |
|
||||
labels: |
|
||||
{{- include "sigi.labels" . | nindent 4 }} |
|
||||
type: Opaque |
|
||||
data: |
|
||||
MOODLE_API_TOKEN: {{ .Values.sigi.saberes.moodleToken | b64enc }} |
|
||||
|
|
Loading…
Reference in new issue