Skip to content

Commit

Permalink
Update kube schema url to v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Burianek committed Apr 4, 2019
1 parent 1052845 commit a3cf2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ let schemaRequestService = (uri: string): Thenable<string> => {
});
};

export let KUBERNETES_SCHEMA_URL = "https://gist.githubusercontent.com/JPinkney/ccaf3909ef811e5657ca2e2e1fa05d76/raw/f85e51bfb67fdb99ab7653c2953b60087cc871ea/openshift_schema_all.json";
export let KUBERNETES_SCHEMA_URL = "https://raw.githubusercontent.com/garethr/kubernetes-json-schema/master/v1.14.0-standalone-strict/all.json";
export let KEDGE_SCHEMA_URL = "https://raw.githubusercontent.com/kedgeproject/json-schema/master/master/kedge-json-schema.json";
export let customLanguageService = getCustomLanguageService(schemaRequestService, workspaceContext, []);

Expand Down

0 comments on commit a3cf2fc

Please sign in to comment.