You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the substitution happens when the Templates are being made. Rather than being something that is fixed during template generation, the traces namespace SHOULD become an OpenShift template parameter similar to NAMESPACE, OPENTELEMETRY_OPERATOR_NAMESPACE or JAEGER_OPERATOR_NAMESPACE.
It isn't possible to configure the trace namespace without regenerating the templates.
This means that
oc process
can't alter the namespaces. They aren't configurable.resources/services/observatorium-traces-template.yaml has
{ name: 'OBSERVATORIUM_TRACES_NAMESPACE', value: 'observatorium-traces' },
in the Jsonnet.It gets substituted in the correct places by resources/services/observatorium-template.yaml
The problem is that the substitution happens when the Templates are being made. Rather than being something that is fixed during template generation, the traces namespace SHOULD become an OpenShift template parameter similar to
NAMESPACE
,OPENTELEMETRY_OPERATOR_NAMESPACE
orJAEGER_OPERATOR_NAMESPACE
.cc @pavolloffay
The text was updated successfully, but these errors were encountered: