Skip to content

Commit

Permalink
Merge pull request #428 from puckpuck/puckpuck.use_tpl_for_args
Browse files Browse the repository at this point in the history
  • Loading branch information
naseemkullah authored Jan 4, 2023
2 parents f5bffea + 1cd5db0 commit 116a4af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.39.0
description: A Jaeger Helm chart for Kubernetes
name: jaeger
type: application
version: 0.65.4
version: 0.65.5
keywords:
- jaeger
- opentracing
Expand Down
2 changes: 1 addition & 1 deletion charts/jaeger/templates/allinone-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
name: jaeger
args:
{{- range $arg := .Values.allInOne.args }}
- "{{ $arg }}"
- "{{ tpl $arg $ }}"
{{- end }}
ports:
- containerPort: 5775
Expand Down

0 comments on commit 116a4af

Please sign in to comment.