diff --git a/helm/values.yaml b/helm/values.yaml index c07f244..fdc1708 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -19,6 +19,11 @@ app: technology: WEBCOMPONENTMODULE remoteName: onecx-permission tagName: ocx-permission-component + endpoints: + - name: workspace + path: /workspace/{workspace-name} + - name: product + path: /product/{product-name} user-roles-permissions: exposedModule: "./OneCXUserRolesPermissionsComponent" description: "Show current user's roles and permissions"