Description
When the user click to install applications from SSVS's installation page, it will redirect the user to the Rancher UI's installation page with given chart name, namespace and version. The namespace option is readonly in the Rancher's installation page in this case.
As of the request from product side, and also align with other UI extension's behavior, we will not pass the namespace as a query parameter when redirect to Rancher's installation page.
Attention
We need to investigate the global impact if we let user define namespace by their self.
- Pre-creation of the namespace during create image pulling secrets
- Predefined default namespace on any pages which are using it, like artifacts namespace in the workload scan page.
Description
When the user click to install applications from SSVS's installation page, it will redirect the user to the Rancher UI's installation page with given chart name, namespace and version. The namespace option is readonly in the Rancher's installation page in this case.
As of the request from product side, and also align with other UI extension's behavior, we will not pass the namespace as a query parameter when redirect to Rancher's installation page.
Attention
We need to investigate the global impact if we let user define namespace by their self.