INFRA-4135 | Abhishek | Add checkbox to allow access to kubernetes APIs

This commit is contained in:
Abhishek Katiyar
2025-01-16 19:36:56 +05:30
parent 7ae6224501
commit a165d268a7

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