FaultyCodeF
ZITADELβ€’2w agoβ€’
9 replies
FaultyCode

Secrets does not recreate after reinstalling from Helm chart

βš™οΈConfiguration🏬Self-hosted❌Unsolved❓QuestionπŸͺ²Bugs
Use-case: I am self hosting. Zitadel on a three node Talos cluster
Version: v4.11.0
Stack: Right now I am just running it by itself with no other services connected to it since I haven't been able to get it up and running
What you expected to happen: After starting up all of the secrets that were generated from the first time the service was started (
iam-admin-pat
,
iam-admin
,
login-client
)
What went wrong: I have no idea. After removing the helm release and then reinstalling, the secrets are not there and the login page is unable to start. Below is my values.yaml file. I am aplying the Helm chart using the FluxCD HelmRelease CRD but I doubt that matters much.
    image:
      tag: v4.11.0
    zitadel:
      configSecretName: zitadel
      masterkeySecretName: zitadel
      configmapConfig:
        ExternalSecure: true
        ExternalDomain: login-dev.062625.xyz
        Database:
          Postgres:
            Host: cluster-1-rw.cnpg-system.svc.cluster.local
            Database: zitadel
            MaxOpenConns: 20
            MaxIdleConns: 10
            MaxConnLifetime: 30m
            MaxConnIdleTime: 5m
            User:
              Username: zitadel
              SSL:
                Mode: disable
            Admin:
              Username: postgres
              SSL:
                Mode: disable
    metrics:
      enabled: true
    podDisruptionBudget:
      enabled: true
      minAvailable: 1
Was this page helpful?