Skip to content

Commit

Permalink
fix: The typo in userdata-amazonlinux2eks.tpl (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
mz-mskiim committed May 19, 2023
1 parent dde870e commit 80bd3b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mount -a
%{ if length(service_ipv4_cidr) > 0 ~}
export SERVICE_IPV4_CIDR=${service_ipv4_cidr}
%{ endif ~}
%{ if length(service_ipv4_cidr) > 0 ~}
%{ if length(service_ipv6_cidr) > 0 ~}
export SERVICE_IPV6_CIDR=${service_ipv6_cidr}
%{ endif ~}
%{ if length(custom_ami_id) > 0 ~}
Expand Down

0 comments on commit 80bd3b9

Please sign in to comment.