Skip to content

Commit 57defdd

Browse files
authored
Merge pull request #8440 from zalando-incubator/unique-lb-subnets
Allow to separate subnets for LBs and nodes
2 parents 811775d + 905a6ee commit 57defdd

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)