Skip to content

Commit 2f2d789

Browse files
fix: add jwt config to the connector-rollout-worker (#17437)
1 parent 84f86ce commit 2f2d789

File tree

1 file changed

+1
-0
lines changed
  • charts/v2/airbyte/templates/airbyte-connector-rollout-worker

1 file changed

+1
-0
lines changed

charts/v2/airbyte/templates/airbyte-connector-rollout-worker/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ spec:
6666
value: "-Xdebug -agentlib:jdwp=transport=dt_socket,address=0.0.0.0:{{ .Values.connectorRolloutWorker.debug.remoteDebugPort }},server=y,suspend=n"
6767
{{- end }}
6868

69+
{{- include "airbyte.auth.jwt.envs" . | nindent 8 }}
6970
{{- include "airbyte.common.envs" . | nindent 8 }}
7071
{{- include "airbyte.connectorRolloutWorker.envs" . | nindent 8 }}
7172
{{- include "airbyte.keycloak.client.envs" . | nindent 8 }}

0 commit comments

Comments
 (0)