Skip to content

Commit

Permalink
Merge pull request #2564 from JoelSpeed/fix-capd-calico
Browse files Browse the repository at this point in the history
🐛 Fix CAPD Calico manifest URL
  • Loading branch information
k8s-ci-robot authored Mar 6, 2020
2 parents ea7a9f4 + 4fe087d commit 5b9dbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/infrastructure/docker/e2e/docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ var _ = Describe("Docker", func() {
applyYAMLURLInput := framework.ApplyYAMLURLInput{
Client: workloadClient,
HTTPGetter: http.DefaultClient,
NetworkingURL: "https://docs.projectcalico.org/v3.12/manifests/calico.yaml",
NetworkingURL: "https://docs.projectcalico.org/manifests/calico.yaml",
Scheme: mgmt.Scheme,
}
framework.ApplyYAMLURL(ctx, applyYAMLURLInput)
Expand Down

0 comments on commit 5b9dbfa

Please sign in to comment.