Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question, possible to do a helm chart install with both cockroachdb & zitadel? #269

Closed
lknite opened this issue Nov 10, 2024 · 1 comment

Comments

@lknite
Copy link

lknite commented Nov 10, 2024

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
@hifabienne
Copy link
Member

I move this into a discussion as it is a question.

@zitadel zitadel locked and limited conversation to collaborators Nov 11, 2024
@hifabienne hifabienne converted this issue into discussion #270 Nov 11, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants