Skip to content

Commit d72ba13

Browse files
authored
K8S-53 fix superfluous literal
1 parent 35cf3a7 commit d72ba13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

manifest.jps

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,5 +350,6 @@ addons:
350350
action=$([ "${settings.remote}" == "true" ] && echo "apply" || echo "delete")
351351
kubectl $action -f ${baseUrl}/addons/api-ingress.yaml
352352

353-
success: ${globals.default_success:} + ${globals.monitoring_success:}
354-
353+
success: |
354+
${globals.default_success:}
355+
${globals.monitoring_success:}

0 commit comments

Comments
 (0)