Skip to content

Commit 4553998

Browse files
committed
Fix stray \n in deprecation notice
1 parent da5a4ba commit 4553998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component/render-helm-values.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ local legacy_values =
6969
std.trace(
7070
'Parameter `helm_values` is deprecated. ' +
7171
'Please move your configs to `cilium_helm_values`, ' +
72-
'`hubble_enterprise_helm_values` or\n `hubble_ui_helm_values`.',
72+
'`hubble_enterprise_helm_values` or `hubble_ui_helm_values`.',
7373
com.makeMergeable(params.helm_values)
7474
)
7575
else

0 commit comments

Comments
 (0)