++
This commit is contained in:
parent
e069f38cb5
commit
66cd1a599f
@ -8,8 +8,8 @@ data:
|
|||||||
{
|
{
|
||||||
"auth_type": "zitadel",
|
"auth_type": "zitadel",
|
||||||
"zitadel": {
|
"zitadel": {
|
||||||
"client_id": "383923818340615274",
|
"client_id": "379557107642492501",
|
||||||
"host": "https://sarex-login.uralmine.com"
|
"host": "https://zitadel.contour.infra.sarex.tech"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -9,3 +9,7 @@ patches:
|
|||||||
target:
|
target:
|
||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
name: backend
|
name: backend
|
||||||
|
- path: zitadel-configmap.yaml
|
||||||
|
target:
|
||||||
|
kind: ConfigMap
|
||||||
|
name: zitadel-configmap
|
||||||
14
apps/django/d8-ugmk-prod/zitadel-configmap.yaml
Normal file
14
apps/django/d8-ugmk-prod/zitadel-configmap.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user