Z
ZITADEL
Z
ZITADEL
Kubernetes doesn't work
Original message was deleted
ZITADEL
Join
ZITADEL - Identity infrastructure, simplified for you.
4,316
Members
View on Discord
S
stebenz
•
1/20/23, 12:47 PM
Hi
@RainyDev
, did you use the default values
.yaml
?
S
stebenz
•
1/25/23, 10:17 AM
In your posted command there is a
"
-
-values
" parameter which points to a
.yaml
-file
, so I
'm not sure what file is behind
"
/home
/shell
/helm
/values
-zitadel
-4
.1
.3
.yaml
"
Is that something from k3s
?
The error indicates that there is some definition for the FirstInstance
(
https://github.com/zitadel/zitadel-charts/blob/main/charts/zitadel/values.yaml#L27
) but not for the Organization
(
https://github.com/zitadel/zitadel-charts/blob/main/charts/zitadel/values.yaml#L30
) which shouldn
't happen if you strictly use the commands on
https://zitadel.com/docs/self-hosting/deploy/kubernetes
as then only the default
https://github.com/zitadel/zitadel-charts/blob/main/charts/zitadel/values.yaml
is used with some changes
, where none are made to the FirstInstance
.
ZITADEL Docs
Installation and configuration details are described in the open source ZITADEL charts repo
.
GitHub
zitadel-charts/values.yaml at main · zitadel/zitadel-charts
This repository contains Helm charts for running ZITADEL in Kubernetes
- zitadel
-charts
/values
.yaml at main
· zitadel
/zitadel
-charts
S
stebenz
•
1/31/23, 3:05 PM
@RainyDev was there any progress with your problem
?