Skip to content

Commit

Permalink
Fix E2E config file
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziopandini committed Dec 3, 2020
1 parent 5545346 commit 259f233
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/e2e/config/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ providers:
versions:
- name: v0.3.0
# Use manifest from source files
value: ../../../config
value: ../../../config/default
replacements:
- old: --metrics-bind-addr=127.0.0.1:8080
new: --metrics-bind-addr=:8080
Expand All @@ -41,7 +41,7 @@ providers:
versions:
- name: v0.3.0
# Use manifest from source files
value: ../../../bootstrap/kubeadm/config
value: ../../../bootstrap/kubeadm/config/default
replacements:
- old: --metrics-bind-addr=127.0.0.1:8080
new: --metrics-bind-addr=:8080
Expand All @@ -51,7 +51,7 @@ providers:
versions:
- name: v0.3.0
# Use manifest from source files
value: ../../../controlplane/kubeadm/config
value: ../../../controlplane/kubeadm/config/default
replacements:
- old: --metrics-bind-addr=127.0.0.1:8080
new: --metrics-bind-addr=:8080
Expand All @@ -61,7 +61,7 @@ providers:
versions:
- name: v0.3.0
# Use manifest from source files
value: ../../../test/infrastructure/docker/config
value: ../../../test/infrastructure/docker/config/default
replacements:
- old: --metrics-bind-addr=127.0.0.1:8080
new: --metrics-bind-addr=:8080
Expand Down

0 comments on commit 259f233

Please sign in to comment.