Skip to content

Commit

Permalink
[helm] fix template error
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Sep 4, 2024
1 parent 129daa9 commit 9d04be3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,15 @@ spec:
{{- end }}
- name: MIN_SIZE_BLOB_STORAGE_MB
value: {{ .Values.seaweedfs.minSizeBlobStorageMB | quote }}
{{- if .Values.server.tracing.enabled }}
# Tracing
- name: TRACING
value: {{ .Values.server.tracing.enabled | default "False" | quote }}
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: {{ .Values.server.tracing.otlpEndpoint | required "server.tracing.otlpEndpoint is required" | quote }}
- name: OTEL_EXPORTER_OTLP_PROTOCOL
value: {{ .Values.server.tracing.otlpProtocol | default "grpc" | quote }}
{{- end }}
# Enclave attestation
{{- if .Values.attestation.enabled }}
- name: ENCLAVE_ATTESTATION_ENABLED
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/helm/syft/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ server:
tracing:
enabled: false
# OpenTelemetry Collector endpoint
otlpEndpoint: null
otlpEndpoint: ""
otlpProtocol: grpc

# Default Worker pool settings
Expand Down

0 comments on commit 9d04be3

Please sign in to comment.