Skip to content

Commit

Permalink
Merge pull request #124 from chilianyi/v3.5.0
Browse files Browse the repository at this point in the history
Fix double quotation error
  • Loading branch information
ks-ci-bot committed Oct 24, 2023
2 parents 61ebc03 + 2489c0d commit e44e1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -932,4 +932,4 @@ spec:
"children": [],
"name": "wrap"
}
---
---

0 comments on commit e44e1d8

Please sign in to comment.