Skip to content

Commit 78c3c60

Browse files
jpalagirHenry Wagner
authored andcommitted
Change the frirewall name to avoid character limit
1 parent aee6a78 commit 78c3c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/test/lb-created-with-reserved-ip-linode-range/chainsaw-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
spec:
1010
bindings:
1111
- name: fwname
12-
value: (join('-', [ env('CLUSTER_NAME'), 'fwtest-li']))
12+
value: (join('-', [ 'fwtest-linode', env($RANDOM)]))
1313
namespace: "lb-created-with-reserved-ip-linode-range"
1414
steps:
1515
- name: create reserved ip and nodebalancer resources
@@ -176,4 +176,4 @@ spec:
176176
(contains($stdout, 'Unable to delete the configmap')): false
177177
(contains($stdout, 'Unable to delete reserved ip')): false
178178
(contains($stdout, 'Request failed with response code')): false
179-
179+

0 commit comments

Comments
 (0)