Skip to content

Commit

Permalink
TT-13449 Fixed template name of opentelemetry caFilePath (#344)
Browse files Browse the repository at this point in the history
* Fixed template name of opentelemetry caFilePath

* Removed some trailing whitespaces

---------

Co-authored-by: Dario Klenke <[email protected]>
  • Loading branch information
dklenke and Dario Klenke authored Nov 5, 2024
1 parent 214b8d0 commit a7cc60a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/tyk-gateway/templates/deployment-gw-repset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ spec:

{{- if .Values.gateway.opentelemetry.tls.caFileName }}
- name: TYK_GW_OPENTELEMETRY_TLS_CAFILE
value: {{ include "otel-CAPath" . | quote }}
value: {{ include "otel-tlsCAPath" . | quote }}
{{- end }}

- name: TYK_GW_OPENTELEMETRY_TLS_MAXVERSION
Expand Down
4 changes: 2 additions & 2 deletions tyk-control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1637,8 +1637,8 @@ tyk-dev-portal:
# extraContainers is a list of containers to be added to the pod
# - name: sidecar
# image: sidecar:latest
extraContainers: []
extraContainers: []

# extraEnvs is used to set extra environment variables to Tyk Developer Portal pod.
# - name: PORTAL_REFRESHINTERVAL
# value: "10"
Expand Down

0 comments on commit a7cc60a

Please sign in to comment.