++
This commit is contained in:
parent
0dbe5dd0ac
commit
55c9f573c3
@ -102,6 +102,23 @@ spec:
|
|||||||
name:
|
name:
|
||||||
_default: regcred
|
_default: regcred
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
_default:
|
||||||
|
- name: iam-zitadel-org-rules
|
||||||
|
mountPath:
|
||||||
|
_default: /config/zitadel/org-rules-prod.json
|
||||||
|
subPath:
|
||||||
|
_default: org-rules-prod.json
|
||||||
|
readOnly:
|
||||||
|
_default: true
|
||||||
|
configMap:
|
||||||
|
name:
|
||||||
|
_default: iam-zitadel-org-rules
|
||||||
|
items:
|
||||||
|
- key: org-rules-prod.json
|
||||||
|
path:
|
||||||
|
_default: org-rules-prod.json
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
monitoring: prometheus
|
monitoring: prometheus
|
||||||
|
|
||||||
@ -132,11 +149,11 @@ spec:
|
|||||||
|
|
||||||
- name: ZITADEL_ENABLED
|
- name: ZITADEL_ENABLED
|
||||||
value:
|
value:
|
||||||
_default: "false"
|
_default: "true"
|
||||||
|
|
||||||
- name: ZITADEL_HOST
|
- name: ZITADEL_HOST
|
||||||
value:
|
value:
|
||||||
_default: "https://login.sarex.io"
|
_default: "https://sarex-login.uralmine.com"
|
||||||
|
|
||||||
- name: ZITADEL_ORG_RULES_FILE
|
- name: ZITADEL_ORG_RULES_FILE
|
||||||
value:
|
value:
|
||||||
|
|||||||
@ -5,3 +5,4 @@ namespace: iam
|
|||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- backend.yaml
|
- backend.yaml
|
||||||
|
- zitadel-org-rules-configmap.yaml
|
||||||
|
|||||||
12
apps/iam/base/zitadel-org-rules-configmap.yaml
Normal file
12
apps/iam/base/zitadel-org-rules-configmap.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: iam-zitadel-org-rules
|
||||||
|
namespace: iam
|
||||||
|
data:
|
||||||
|
org-rules-prod.json: |
|
||||||
|
{
|
||||||
|
"default_org_id": "383923292894987370",
|
||||||
|
"rules": []
|
||||||
|
}
|
||||||
@ -42,7 +42,8 @@ spec:
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
name:
|
name:
|
||||||
_default: cr.yandex/crp3ccidau046kdj8g9q/workflows-engine:contour_a03d37da
|
_default: cr.yandex/crp3ccidau046kdj8g9q/workflows-engine:contour_a03d37da-dirty
|
||||||
|
|
||||||
pullPolicy:
|
pullPolicy:
|
||||||
_default: IfNotPresent
|
_default: IfNotPresent
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user