Merge pull request #754 from navi-infra/INFRA-4135
INFRA-4135 | Abhishek | Add checkbox to allow access to kubernetes APIs
This commit is contained in:
@@ -389,6 +389,10 @@ const OutboundConnectivityCard: FC<OutboundConnectivityProps> = (
|
||||
};
|
||||
return (
|
||||
<CardLayout heading="Outbound Connectivity">
|
||||
<MarginedFormControlLabel
|
||||
control={<FormikCheckbox name="deployment.allowKubernetesAccess" />}
|
||||
label="Allow access to Kubernetes APIs"
|
||||
/>
|
||||
<FormikTable
|
||||
name={`deployment.${tableName}`}
|
||||
headers={['Service']}
|
||||
|
||||
Reference in New Issue
Block a user