Skip to content

Commit

Permalink
Few more changes...
Browse files Browse the repository at this point in the history
  • Loading branch information
pmakode-akamai committed Jul 16, 2024
1 parent b65694e commit 0f4848f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export const CreateCluster = () => {
const { push } = history;
setErrors(undefined);
setSubmitting(true);
const k8s_version = version ?? undefined;

// Only type and count to the API.
const node_pools = nodePools.map(
Expand All @@ -129,7 +128,7 @@ export const CreateCluster = () => {

const payload: CreateKubeClusterPayload = {
control_plane: { high_availability: highAvailability ?? false },
k8s_version,
k8s_version: version,
label,
node_pools,
region: selectedRegionId,
Expand Down

0 comments on commit 0f4848f

Please sign in to comment.