++
This commit is contained in:
parent
e069f38cb5
commit
66cd1a599f
@ -8,8 +8,8 @@ data:
|
||||
{
|
||||
"auth_type": "zitadel",
|
||||
"zitadel": {
|
||||
"client_id": "383923818340615274",
|
||||
"host": "https://sarex-login.uralmine.com"
|
||||
"client_id": "379557107642492501",
|
||||
"host": "https://zitadel.contour.infra.sarex.tech"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -8,4 +8,8 @@ patches:
|
||||
- path: backend.yaml
|
||||
target:
|
||||
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