Skip to content

Commit 905a6ee

Browse files
committed
Allow to separate subnets for LBs and nodes
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent 858d9d1 commit 905a6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Resources:
6363
Subnets:
6464
{{ with $values := .Values }}
6565
{{ range $az := $values.availability_zones }}
66-
- "{{ index $values.subnets $az }}"
66+
- "{{ index $values.lb_subnets $az }}"
6767
{{ end }}
6868
{{ end }}
6969
Tags:

0 commit comments

Comments
 (0)