File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
charts/doc-controller/templates Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ app: {{ include "controller.name" . }}
18
18
{ {- end } }
19
19
20
20
{ {- define " controller.tag" -} }
21
- { {- if .Values.tracing.enabled } }
21
+ { {- if .Values.image.tag } }
22
+ { {- .Values.image.tag } }
23
+ { {- else if .Values.tracing.enabled } }
22
24
{ {- " otel-" } }{ { .Values.version | default .Chart.AppVersion } }
23
25
{ {- else } }
24
26
{ {- .Values.version | default .Chart.AppVersion } }
Original file line number Diff line number Diff line change 45
45
value : {{ .Values.logging.env_filter }}
46
46
{{- if .Values.tracing.enabled }}
47
47
- name : OPENTELEMETRY_ENDPOINT_URL
48
- value : https ://{{ .Values.tracing.service }}.{{ .Values.tracing.namespace }}.cluster.local :{{ .Values.tracing.port }}
48
+ value : http ://{{ .Values.tracing.service }}.{{ .Values.tracing.namespace }}.svc :{{ .Values.tracing.port }}
49
49
{{- end }}
50
50
{{- with .Values.env }}
51
51
{{- toYaml . | nindent 8 }}
You can’t perform that action at this time.
0 commit comments