You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to install both at the same time but looks like zitadel wants to run before cockroachdb has a chance to install.
I'm wanting to install this way because of gitops.
Tried to disable the initJob, but that didn't help.
$ cat Chart.yaml
apiVersion: v2
name: zitadel
description: A Helm chart for Kubernetes
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: "1.0"
dependencies:
- name: cockroachdb
version: 11.2.1
#version: 14.0.5
repository: https://charts.cockroachdb.com/
- name: zitadel
version: 8.5.0
repository: https://charts.zitadel.com
$ cat values.yaml
cockroachdb:
tls:
enabled: false
zitadel:
initJob:
# Once ZITADEL is installed, the initJob can be disabled.
enabled: false
zitadel:
masterkey: x123456789012345678901234567891y
configmapConfig:
ExternalSecure: false
ExternalDomain: 127.0.0.1.sslip.io
TLS:
Enabled: false
Database:
Cockroach:
Host: db-cockroachdb-public
The text was updated successfully, but these errors were encountered:
I try to install both at the same time but looks like zitadel wants to run before cockroachdb has a chance to install.
I'm wanting to install this way because of gitops.
Tried to disable the initJob, but that didn't help.
The text was updated successfully, but these errors were encountered: