Skip to content

Commit

Permalink
fix(traces): obey proxy settings in otelcol
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Świątek committed Dec 20, 2022
1 parent 96e04b0 commit fafadca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- chore: upgrade otelcol to 0.66.0-sumo-0 [#2686] [#2687] [#2692] [#2693]
- fix(openshift): changed allowed fsgroups in SecurityContextConstraints [#2717]
- fix(openshift): set securityContexts for otelcol-logs-collector [#2717]
- fix: obey proxy settings in otelcol [#2719]

[#2689]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2689
[#2686]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2686
Expand All @@ -22,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2692]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2692
[#2712]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2712
[#2717]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2717
[#2719]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2719
[Unreleased]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v3.0.0-beta.0...main

## [v3.0.0-beta.0]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ spec:
{{- $ctx := .Values -}}
{{- include "kubernetes.sources.envs" (dict "Context" $ctx "Type" "traces") -}}
{{- include "kubernetes.sources.env" (dict "Context" $ctx "Type" "metrics" "Name" "default" ) | nindent 8 }}
{{- include "proxy-env-variables" . | nindent 8 -}}
{{- if $tracesGateway.deployment.extraEnvVars }}
{{- toYaml $tracesGateway.deployment.extraEnvVars | nindent 8 }}
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ spec:
value: "80"
{{- $ctx := .Values -}}
{{- include "kubernetes.sources.envs" (dict "Context" $ctx "Type" "traces") -}}
{{- include "proxy-env-variables" . | nindent 8 -}}
{{- if $tracesSampler.deployment.extraEnvVars }}
{{- toYaml $tracesSampler.deployment.extraEnvVars | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit fafadca

Please sign in to comment.