Skip to content

Commit b6b4d19

Browse files
authored
fix typo in README.md
1 parent 4025cf0 commit b6b4d19

File tree

1 file changed

+1
-1
lines changed
  • cluster-autoscaler/cloudprovider/hetzner

1 file changed

+1
-1
lines changed

cluster-autoscaler/cloudprovider/hetzner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The cluster autoscaler for Hetzner Cloud scales worker nodes.
3737
"effect": "NoExecute"
3838
}
3939
],
40-
"subnetIPRange": "10.0.0.0/24", // Optional, if not set the defaultSubnetIPRange will be used - make sure this subnet exists within you private network and to use the cidr notation
40+
"subnetIPRange": "10.0.0.0/24" // Optional, if not set the defaultSubnetIPRange will be used - make sure this subnet exists within you private network and to use the cidr notation
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)