Skip to content

chart does not implement existingSecretSqlConnectionKey #55

@shuesken

Description

@shuesken

The externalDatabase.existingSecretSqlConnectionKey field in values.yaml option seems to be unimplemented. At least when I try to use it, nothing happens, and I cannot find that field referenced anywhere in the chart. I imagine there should be an additional if-branch in this template:

{{- if and (not $password) .Values.externalDatabase.existingSecret -}}

(As an aside: I tried to use the extraEnvVarsSecret options to hack around the problem but I believe they're not included in the init containers)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions