You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifest.jps
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -46,14 +46,6 @@ onInstall:
46
46
- if (${settings.monitoring:true}):
47
47
- install_monitoring
48
48
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).
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).
0 commit comments