We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35cf3a7 commit d72ba13Copy full SHA for d72ba13
manifest.jps
@@ -350,5 +350,6 @@ addons:
350
action=$([ "${settings.remote}" == "true" ] && echo "apply" || echo "delete")
351
kubectl $action -f ${baseUrl}/addons/api-ingress.yaml
352
353
-success: ${globals.default_success:} + ${globals.monitoring_success:}
354
-
+success: |
+ ${globals.default_success:}
355
+ ${globals.monitoring_success:}
0 commit comments