Skip to content

Commit

Permalink
feat(pci.kubernetes): fix pr
Browse files Browse the repository at this point in the history
ref: TAPC-2080
Signed-off-by: Pierre-Philippe <[email protected]>
  • Loading branch information
Pierre-Philippe committed Jan 8, 2025
1 parent cd1c34e commit 87d520b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ export default function ResetClusterPage() {
const [formState, setFormState] = useState({
workerNodesPolicy: WORKER_NODE_POLICIES.DELETE,
selectedVersion: getFormatedKubeVersion(kubernetesCluster?.version || ''),
privateNetworkId: kubernetesCluster?.privateNetworkId ?? undefined,
...(!!kubernetesCluster?.privateNetworkId && {
privateNetworks: kubernetesCluster?.privateNetworkId,
}),
subnet: null,
loadBalancersSubnet: null,
gateway: {
Expand Down

0 comments on commit 87d520b

Please sign in to comment.