Skip to content

"kafka-minion.tlsSecretName" has the same value as "kafka-minion.saslSecretName" #10

@jchomat

Description

@jchomat

Hello,

Can you fix the helpers.tpl file please ?

{{/*
Create the name for the TLS credentials secret.
*/}}
{{- define "kafka-minion.tlsSecretName" -}}
{{- if .Values.kafka.tls.existingSecret -}}
{{- .Values.kafka.tls.existingSecret -}}
{{- else -}}
{{- template "kafka-minion.fullname" . -}}-sasl
{{- end -}}
{{- end -}}

instead of :

{{/*
Create the name for the TLS credentials secret.
*/}}
{{- define "kafka-minion.tlsSecretName" -}}
{{- if .Values.kafka.tls.existingSecret -}}
{{- .Values.kafka.tls.existingSecret -}}
{{- else -}}
{{- template "kafka-minion.fullname" . -}}-tls
{{- end -}}
{{- end -}}

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