Skip to content

Commit

Permalink
fix double quotation error
Browse files Browse the repository at this point in the history
  • Loading branch information
yudong2015 committed Oct 24, 2023
1 parent 61ebc03 commit 9a74837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ks-devops/templates/cluster-step-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ spec:
"key": "message",
"value": {
"isLiteral": true,
"value": "{{.param.message}}"
"value": {{printf "%q" .param.message}}
}
}
],
Expand Down

0 comments on commit 9a74837

Please sign in to comment.