Skip to content

Commit

Permalink
[jaeger] make Deployment depend on oauth2 config, if enabled (jaegert…
Browse files Browse the repository at this point in the history
…racing#541)

Signed-off-by: Chris Danis <cdanis@wikimedia.org>
Signed-off-by: Antonio Berben <antonio.berben@solo.io>
  • Loading branch information
cdanis authored and antonioberben committed Feb 26, 2024
1 parent c343539 commit f8e96ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/jaeger/templates/query-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ spec:
{{- if .Values.query.config }}
checksum/ui-config: {{ include (print $.Template.BasePath "/query-configmap.yaml") . | sha256sum }}
{{- end }}
{{- if and .Values.query.oAuthSidecar.enabled .Values.query.oAuthSidecar.config }}
checksum/oauth2-config: {{ sha256sum .Values.query.oAuthSidecar.config }}
{{- end }}
{{- if .Values.query.podAnnotations }}
{{- toYaml .Values.query.podAnnotations | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit f8e96ed

Please sign in to comment.