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 07909d2 commit 7b67de5Copy full SHA for 7b67de5
scripts/beforeinit.js
@@ -45,7 +45,7 @@ for (var i = 0; i < quotas.length; i++){
45
}
46
47
var resp = {result:0};
48
-var url = "https://raw.githubusercontent.com/sych74/kubernetes/master/configs/settings.yaml";
+var url = "https://raw.githubusercontent.com/jelastic-jps/kubernetes/v1.15.0/configs/settings.yaml";
49
resp.settings = toNative(new org.yaml.snakeyaml.Yaml().load(new com.hivext.api.core.utils.Transport().get(url)));
50
if (markup) {
51
var f = resp.settings.fields;
0 commit comments