Revert kubernetes create and read permissions to singular proxy permission, reword changeset, add permission parameter to install doc

Signed-off-by: Ruben Vallejo <rvallejo@vmware.com>
This commit is contained in:
Ruben Vallejo
2023-02-09 12:12:07 -05:00
parent 804f6d16b0
commit a711ad54da
5 changed files with 10 additions and 27 deletions
+1
View File
@@ -75,6 +75,7 @@ export default async function createPlugin(
logger: env.logger,
config: env.config,
catalogApi,
permissions: env.permissions,
}).build();
return router;
}