Skip to content

Commit

Permalink
Merge pull request #2218 from CrowleyRajapakse/new-main6
Browse files Browse the repository at this point in the history
Fixing generate k8s resource default org name
  • Loading branch information
CrowleyRajapakse committed Apr 1, 2024
2 parents eb155aa + 839dd54 commit 8c48ca6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ isolated service /api/configurator on ep0 {
isolated resource function post apis/'generate\-k8s\-resources(string? organization, http:Request request) returns http:Response|BadRequestError|InternalServerErrorError|commons:APKError {
ConfigGeneratorClient apiclient = new ;
commons:Organization organizationObj = {displayName: "default",
name: "wso2-apk-default",
name: "default",
organizationClaimValue: "default",
uuid: "",
enabled: true};
Expand Down

0 comments on commit 8c48ca6

Please sign in to comment.