Skip to content

Commit

Permalink
Fix stray \n in deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed May 3, 2024
1 parent da5a4ba commit 4553998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/render-helm-values.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ local legacy_values =
std.trace(
'Parameter `helm_values` is deprecated. ' +
'Please move your configs to `cilium_helm_values`, ' +
'`hubble_enterprise_helm_values` or\n `hubble_ui_helm_values`.',
'`hubble_enterprise_helm_values` or `hubble_ui_helm_values`.',
com.makeMergeable(params.helm_values)
)
else
Expand Down

0 comments on commit 4553998

Please sign in to comment.