add vault support
This commit is contained in:
parent
55ddf8b80c
commit
c9bf39eac8
@ -26,21 +26,6 @@ spec:
|
|||||||
value: "postgresql.postgresql.svc.cluster.local"
|
value: "postgresql.postgresql.svc.cluster.local"
|
||||||
- name: ZITADEL_DATABASE_POSTGRES_PORT
|
- name: ZITADEL_DATABASE_POSTGRES_PORT
|
||||||
value: "5432"
|
value: "5432"
|
||||||
- name: ZITADEL_DATABASE_POSTGRES_USER_PASSWORD
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: postgresql-secret
|
|
||||||
key: password
|
|
||||||
- name: ZITADEL_DATABASE_POSTGRES_ADMIN_PASSWORD
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: postgresql-secret
|
|
||||||
key: password
|
|
||||||
- name: ZITADEL_DEFAULTINSTANCE_ORG_HUMAN_PASSWORD
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: postgresql-secret
|
|
||||||
key: password
|
|
||||||
env:
|
env:
|
||||||
- name: ZITADEL_DEFAULTINSTANCE_FEATURES_LOGINV2_REQUIRED
|
- name: ZITADEL_DEFAULTINSTANCE_FEATURES_LOGINV2_REQUIRED
|
||||||
value: "false"
|
value: "false"
|
||||||
@ -48,18 +33,3 @@ spec:
|
|||||||
value: "postgresql.postgresql.svc.cluster.local"
|
value: "postgresql.postgresql.svc.cluster.local"
|
||||||
- name: ZITADEL_DATABASE_POSTGRES_PORT
|
- name: ZITADEL_DATABASE_POSTGRES_PORT
|
||||||
value: "5432"
|
value: "5432"
|
||||||
- name: ZITADEL_DATABASE_POSTGRES_USER_PASSWORD
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: postgresql-secret
|
|
||||||
key: password
|
|
||||||
- name: ZITADEL_DATABASE_POSTGRES_ADMIN_PASSWORD
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: postgresql-secret
|
|
||||||
key: password
|
|
||||||
- name: ZITADEL_DEFAULTINSTANCE_ORG_HUMAN_PASSWORD
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: postgresql-secret
|
|
||||||
key: password
|
|
||||||
|
|||||||
@ -8,7 +8,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: idp-contour
|
chart: idp-contour
|
||||||
version: "4.12.10"
|
version: "4.12.11"
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: yc-oci-charts
|
name: yc-oci-charts
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user