Skip to content

Commit

Permalink
fix helm
Browse files Browse the repository at this point in the history
  • Loading branch information
xwu2git committed Mar 22, 2021
1 parent 92afbe5 commit a64a8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/kubernetes/helm/smtc/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ Expand the platform device name.
*/}}
{{- define "smtc.platform.device" }}
{{- if eq "vcac-a" ( include "smtc.platform.suffix" . ) }}
{{- "hddl" }}
{{- "HDDL" }}
{{- else }}
{{- "cpu" }}
{{- "CPU" }}
{{- end }}
{{- end }}

Expand Down

0 comments on commit a64a8bf

Please sign in to comment.