Skip to content

Commit

Permalink
Merge pull request #308 from red-hat-data-services/main
Browse files Browse the repository at this point in the history
Sync 2.6 with last change.
  • Loading branch information
andrewballantyne authored Jan 19, 2024
2 parents 2dd7f08 + f2de311 commit 0eef7fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const initIntercepts = ({
{
method: 'GET',
pathname:
'/api/k8s/apis/trustyai.opendatahub.io.trustyai.opendatahub.io/v1alpha1/namespaces/test-project/trustyaiservices/trustyai-service',
'/api/k8s/apis/trustyai.opendatahub.io/v1alpha1/namespaces/test-project/trustyaiservices/trustyai-service',
},
mockTrustyAIServiceK8sResource(),
);
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/api/models/trustyai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { K8sModelCommon } from '@openshift/dynamic-plugin-sdk-utils';

export const TrustyAIApplicationsModel: K8sModelCommon = {
apiVersion: 'v1alpha1',
apiGroup: 'trustyai.opendatahub.io.trustyai.opendatahub.io',
apiGroup: 'trustyai.opendatahub.io',
kind: 'TrustyAIService',
plural: 'trustyaiservices',
};

0 comments on commit 0eef7fc

Please sign in to comment.