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
Hi,
Aparently this value
namespaceOverrideis 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