Skip to content

Commit

Permalink
Add parenthesis to the env value section
Browse files Browse the repository at this point in the history
  • Loading branch information
hoony9x-furiosa-ai committed Nov 13, 2024
1 parent a52de52 commit 72fa897
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/furiosa-metrics-exporter/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ spec:
image: {{ .Values.daemonSet.image.repository | default "registry.corp.furiosa.ai/furiosa/furiosa-metrics-exporter" }}:{{ .Values.daemonSet.image.tag | default "latest" }}
command:
- ./main
- --port=$PORT
- --interval=$INTERVAL
- --node-name=$NODE_NAME
- --port=$(PORT)
- --interval=$(INTERVAL)
- --node-name=$(NODE_NAME)
env:
- name: NODE_NAME
valueFrom:
Expand Down

0 comments on commit 72fa897

Please sign in to comment.