Skip to content

Commit 7a7e4ad

Browse files
fix node label typo in helm chart (#17)
1 parent 177f2a1 commit 7a7e4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/smarter-device-manager/templates/common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
{{- if .Values.nodeSelector }}
2323
{{- toYaml .Values.nodeSelector | nindent 8 }}
2424
{{- else }}
25-
smarter.device-manager: enabled
25+
smarter-device-manager: enabled
2626
{{- end }}
2727
tolerations:
2828
- key: "smarter.type"

0 commit comments

Comments
 (0)