3
0
mirror of https://github.com/mastodon/chart synced 2025-05-17 20:43:21 +00:00

Minor fix for otel separator value

This commit is contained in:
Tim Campbell 2024-10-01 11:28:07 +02:00
parent 29a3645210
commit 283cfe2a0f
2 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ spec:
- name: OTEL_SERVICE_NAME_PREFIX
value: {{ coalesce $context.Values.mastodon.sidekiq.otel.namePrefix $context.Values.mastodon.otel.namePrefix }}
- name: OTEL_SERVICE_NAME_SEPARATOR
value: {{ coalesce $context.Values.mastodon.sidekiq.otel.nameSeparator $context.Values.mastodon.otel.nameSeparator }}
value: "{{ coalesce $context.Values.mastodon.sidekiq.otel.nameSeparator $context.Values.mastodon.otel.nameSeparator }}"
{{- end }}
volumeMounts:
{{- if (not $context.Values.mastodon.s3.enabled) }}

View File

@ -194,7 +194,7 @@ spec:
- name: OTEL_SERVICE_NAME_PREFIX
value: {{ coalesce .Values.mastodon.web.otel.namePrefix .Values.mastodon.otel.namePrefix }}
- name: OTEL_SERVICE_NAME_SEPARATOR
value: {{ coalesce .Values.mastodon.web.otel.nameSeparator .Values.mastodon.otel.nameSeparator }}
value: "{{ coalesce .Values.mastodon.web.otel.nameSeparator .Values.mastodon.otel.nameSeparator }}"
{{- end }}
volumeMounts:
{{- if (not .Values.mastodon.s3.enabled) }}