Skip to content

Commit 31a697f

Browse files
fix typo
Co-authored-by: Trong Huu Nguyen <[email protected]>
1 parent 490be3b commit 31a697f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/Feature.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ values:
188188
config:
189189
type: int
190190

191-
zitadel.idp:
192-
displayName: Zitadel IDP
191+
zitadel.idp_id:
192+
displayName: Zitadel IDP ID
193193
description: The IDP ID to use for Zitadel
194194
config:
195195
type: string
@@ -200,7 +200,7 @@ values:
200200
config:
201201
type: string
202202

203-
zitatel.key:
203+
zitadel.key:
204204
displayName: Zitadel key
205205
description: The key to use for the Zitadel API, base64 encoded
206206
config:

charts/templates/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ spec:
105105
value: "true"
106106
{{- end }}
107107
- name: ZITADEL_IDP
108-
value: .Values.zitadel.idp
108+
value: {{ .Values.zitadel.idp_id }}
109109
- name: ZITADEL_DOMAIN
110-
value: .Values.zitadel.domain
110+
value: {{ .Values.zitadel.domain }}
111111
envFrom:
112112
- secretRef:
113113
name: "{{ .Release.Name }}"

charts/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ logging:
7575
secure_logs: false
7676

7777
zitadel:
78-
idp:
78+
idp_id:
7979
key:
8080
domain:

0 commit comments

Comments
 (0)