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:
Abhishek K
2025-01-16 19:38:52 +05:30
committed by GitHub

View File

@@ -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']}