Skip to content

Commit

Permalink
Fix the K8S_VERSION variable case
Browse files Browse the repository at this point in the history
The ovn deployment scripts expect K8S_VERSION, export that.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt authored and sridhargaddam committed Oct 2, 2023
1 parent 8e0fee8 commit 1c3adad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/shared/lib/clusters_kind
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ EOF
}

function deploy_kind_ovn(){
export K8s_VERSION="${K8S_VERSION}"
export K8S_VERSION
export NET_CIDR_IPV4="${cluster_CIDRs[${cluster}]}"
export SVC_CIDR_IPV4="${service_CIDRs[${cluster}]}"
export KIND_CLUSTER_NAME="${cluster}"
Expand Down

0 comments on commit 1c3adad

Please sign in to comment.