16 lines
271 B
YAML
16 lines
271 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: zitadel-configmap
|
|
namespace: django
|
|
data:
|
|
config.json: |-
|
|
{
|
|
"auth_type": "zitadel",
|
|
"zitadel": {
|
|
"client_id": "363741990556356237",
|
|
"host": "https://zitadel-srx.wb.ru"
|
|
}
|
|
}
|