Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Inject user-agent-comment (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
migmartri authored Nov 9, 2018
1 parent d840dd1 commit fee8c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/monocular/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ spec:
image: {{ template "monocular.image" $global.Values.sync.image }}
args:
- sync
- --user-agent-comment=monocular/{{ $global.Chart.AppVersion }}
{{- if and $global.Values.global.mongoUrl (not $global.Values.mongodb.enabled) }}
- --mongo-url={{ $global.Values.global.mongoUrl }}
{{- else }}
Expand Down

0 comments on commit fee8c0e

Please sign in to comment.