Skip to content

Commit

Permalink
Set TELEPORT_TLS_ROUTING_CONN_UPGRADE environment variable (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuladhar authored Jan 4, 2024
1 parent c0d64d7 commit 43ee5a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Set `TELEPORT_TLS_ROUTING_CONN_UPGRADE` environment variable

## [0.8.2] - 2024-01-04

### Added
Expand Down
3 changes: 3 additions & 0 deletions helm/teleport-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ spec:
{{- end }}
containers:
- name: {{ .Chart.Name }}
env:
- name: TELEPORT_TLS_ROUTING_CONN_UPGRADE
value: "{{ .Values.teleport.proxyAddr }}=yes"
image: "{{ .Values.registry.domain }}/{{ .Values.image.name }}:{{ .Chart.Version }}"
args:
- "--namespace={{ include "resource.default.namespace" . }}"
Expand Down

0 comments on commit 43ee5a9

Please sign in to comment.