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
As a jaeger operator, I want to be able to override the name of the jaeger customresource in the jaeger-operator helm chart, so that I can upograde from using the CR I wrote myself to using the helm-chart generated CR, while keeping the name the same.
Problem
Currently, the name of the jaeger CR is defined as: {{ include "jaeger-operator.fullname" . }}-jaeger which makes it impossible to override
Requirement
As a jaeger operator, I want to be able to override the name of the jaeger customresource in the jaeger-operator helm chart, so that I can upograde from using the CR I wrote myself to using the helm-chart generated CR, while keeping the name the same.
Problem
Currently, the name of the jaeger CR is defined as:
{{ include "jaeger-operator.fullname" . }}-jaeger
which makes it impossible to overrideProposal
Change the definiution at
helm-charts/charts/jaeger-operator/templates/jaeger.yaml
Line 5 in 1b4143d
{{.Values.jaeger.name | default (printf "%s-jaeger" (include "jaeger-operator.fullname" .)) }}
Open questions
No response
The text was updated successfully, but these errors were encountered: