We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee6a78 commit 78c3c60Copy full SHA for 78c3c60
e2e/test/lb-created-with-reserved-ip-linode-range/chainsaw-test.yaml
@@ -9,7 +9,7 @@ metadata:
9
spec:
10
bindings:
11
- name: fwname
12
- value: (join('-', [ env('CLUSTER_NAME'), 'fwtest-li']))
+ value: (join('-', [ 'fwtest-linode', env($RANDOM)]))
13
namespace: "lb-created-with-reserved-ip-linode-range"
14
steps:
15
- name: create reserved ip and nodebalancer resources
@@ -176,4 +176,4 @@ spec:
176
(contains($stdout, 'Unable to delete the configmap')): false
177
(contains($stdout, 'Unable to delete reserved ip')): false
178
(contains($stdout, 'Request failed with response code')): false
179
-
+
0 commit comments