Skip to content

Commit c322df8

Browse files
committed
regression: order is fixed
1 parent c01fcf6 commit c322df8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

manifest.jps

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ onInstall:
4646
- if (${settings.monitoring:true}):
4747
- install_monitoring
4848

49-
- setGlobals:
50-
default_success: |
51-
Enter [Kubernetes dashboard](${globals.dashboardUrl}) or [Remote API Endpoint](${env.protocol}://${env.domain}/api/) using the Access Token:
52-
53-
```${globals.token}```
54-
Press **Open in Browser** to view a default web page of your application.
55-
To bind a custom domain name with your Kubernetes cluster please refer to the steps described in Jelastic [documentation](https://docs.jelastic.com/custom-domains).
56-
5749
- if ('${env.protocol}' == 'http'):
5850
- api: env.control.AddEndpoint
5951
nodeId: ${nodes.cp.master.id}
@@ -63,6 +55,14 @@ onInstall:
6355
- setGlobals:
6456
dashboardUrl: https://node${nodes.cp.master.id}-${env.domain}:${response.object.publicPort}/
6557

58+
- setGlobals:
59+
default_success: |
60+
Enter [Kubernetes dashboard](${globals.dashboardUrl}) or [Remote API Endpoint](${env.protocol}://${env.domain}/api/) using the Access Token:
61+
62+
```${globals.token}```
63+
Press **Open in Browser** to view a default web page of your application.
64+
To bind a custom domain name with your Kubernetes cluster please refer to the steps described in Jelastic [documentation](https://docs.jelastic.com/custom-domains).
65+
6666
onAfterScaleOut[cp]:
6767
forEach(event.response.nodes):
6868
connect-workers: ${@i.id}

0 commit comments

Comments
 (0)