Skip to content

Commit

Permalink
add environment variables to jaeger oauth sidecar
Browse files Browse the repository at this point in the history
Signed-off-by: Geisler, James D <[email protected]>
  • Loading branch information
jdgeisler authored and majidazimi committed Jun 23, 2021
1 parent cc622b0 commit 42ec7c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.22.0
description: A Jaeger Helm chart for Kubernetes
name: jaeger
type: application
version: 0.46.0
version: 0.46.1
keywords:
- jaeger
- opentracing
Expand Down
4 changes: 4 additions & 0 deletions charts/jaeger/templates/query-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ spec:
{{- range .Values.query.oAuthSidecar.args }}
- {{ . }}
{{- end }}
{{- if .Values.query.oAuthSidecar.extraEnv }}
env:
{{- toYaml .Values.query.oAuthSidecar.extraEnv | nindent 10 }}
{{- end }}
volumeMounts:
{{- range .Values.query.oAuthSidecar.extraConfigmapMounts }}
- name: {{ .name }}
Expand Down
1 change: 1 addition & 0 deletions charts/jaeger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ query:
pullPolicy: IfNotPresent
containerPort: 4180
args: []
extraEnv: []
extraConfigmapMounts: []
extraSecretMounts: []
podSecurityContext: {}
Expand Down

0 comments on commit 42ec7c0

Please sign in to comment.