Skip to content

Commit

Permalink
fix: error marshal result with |4
Browse files Browse the repository at this point in the history
Signed-off-by: PoAn Yang <[email protected]>
  • Loading branch information
FrankYang0529 committed Nov 1, 2023
1 parent 21597b2 commit 57c0d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/templates/rke2-90-harvester-agent.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- with $args := .GetKubeletArgs }}
kubelet-arg:
{{- with $args := .GetKubeletArgs }}
{{- range $arg := $args }}
- {{ printf "%q" $arg }}
{{- end }}
Expand Down

0 comments on commit 57c0d4b

Please sign in to comment.