Skip to content

Commit

Permalink
fix helm deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
nhudson committed Jul 31, 2024
1 parent 1851805 commit ebcd1fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/tembo-metrics/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spec:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ["/usr/local/bin/tembo-metrics"]
args:
- "--log-level"
- "{{ .Values.config.logLevel }}"
Expand Down

0 comments on commit ebcd1fd

Please sign in to comment.