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.
18 lines
314 B
18 lines
314 B
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
|
|
|