You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
314 B
19 lines
314 B
2 years ago
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: sigi-saberes-url
|
||
|
namespace: sigi
|
||
|
data:
|
||
|
MOODLE_BASE_URL: "https://saberes.senado.leg.br"
|
||
|
|
||
|
---
|
||
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: sigi-saberes-tkn
|
||
|
namespace: sigi
|
||
|
type: Opaque
|
||
|
data:
|
||
|
MOODLE_API_TOKEN: YWx0ZXJlbWU=
|
||
|
# MOODLE_API_TOKEN: altereme
|