Skip to content

.Values.namespaceOverride not in the Schema #302

@vsdsantos

Description

@vsdsantos

Hi,

Aparently this value namespaceOverride is referenced in the _helpers.tpl

{{/*
Expand the namespace of the release.
Allows overriding it for multi-namespace deployments in combined charts.
*/}}
{{- define "openfga.namespace" -}}
{{- default .Release.Namespace .Values.namespaceOverride | trunc 63 | trimSuffix "-" -}}
{{- end -}}

but is not present in the values schema json and also not used in other templates, only at the servicemonitor.yaml one.

I have a small problem with this as I want to customize within the values the actual namespace of the resources. Am I missing something or this is just missing? I can help implementing this if needed :)

Best,
Victor

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Intake

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions