Skip to content

Commit

Permalink
Quotes not required
Browse files Browse the repository at this point in the history
  • Loading branch information
keithralphs committed Feb 13, 2024
1 parent 7dba810 commit 08a539b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/blueapi/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ spec:
- name: OTEL_EXPORTER_OTLP_INSECURE
value: "{{ .Values.jaeger.otlp.insecure }}"
- name: OTEL_INSTRUMENTATION_HTTP_CAPTURE_HEADERS_SERVER_REQUEST
value: "{{ .Values.jaeger.otlp.request.headers }}"
value: {{ .Values.jaeger.otlp.request.headers }}
- name: OTEL_INSTRUMENTATION_HTTP_CAPTURE_HEADERS_SERVER_RESPONSE
value: "{{ .Values.jaeger.otlp.response.headers }}"
value: {{ .Values.jaeger.otlp.response.headers }}

{{- with .Values.nodeSelector }}
nodeSelector:
Expand Down

0 comments on commit 08a539b

Please sign in to comment.