16 lines
274 B
YAML
16 lines
274 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: zitadel-configmap
|
|
namespace: django
|
|
data:
|
|
config.json: |
|
|
{
|
|
"auth_type": "zitadel",
|
|
"zitadel": {
|
|
"client_id": "383923818340615274",
|
|
"host": "https://sarex-login.uralmine.com"
|
|
}
|
|
}
|
|
|