Skip to content

Commit

Permalink
fix: changed tracing sampling ratio denominator configmap variable to…
Browse files Browse the repository at this point in the history
… match code (#69)
  • Loading branch information
nitzanmorr authored Dec 24, 2024
1 parent fee4cb7 commit f8f15cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/mapproxy/mapproxy-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data:
AWS_HTTPS: {{ $s3.sslEnabled | quote }}
TELEMETRY_TRACING_ENABLED: {{ $tracing.enabled | quote }}
TELEMETRY_TRACING_ENDPOINT: {{ $tracing.url | quote }}
TELEMETRY_SAMPLING_RATIO_DENOMINATOR: {{ $tracing.samplingRatioDenominator | quote }}
TELEMETRY_TRACING_SAMPLING_RATIO_DENOMINATOR: {{ $tracing.samplingRatioDenominator | quote }}
CORS_ENABLED: {{ .Values.mapproxy.env.cors.enabled | quote }}
CORS_ALLOWED_HEADERS: {{ template "map-proxy.cors.allowedHeaders" . }}
CORS_ALLOWED_ORIGIN: {{ .Values.mapproxy.env.cors.allowedOrigin | quote }}
Expand Down

0 comments on commit f8f15cf

Please sign in to comment.