Skip to content

Commit

Permalink
Merge pull request #4510 from wuli-jessica/master
Browse files Browse the repository at this point in the history
🌱correct filenames
  • Loading branch information
k8s-ci-robot authored Apr 22, 2021
2 parents 46dc43a + ea99b73 commit 6750716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/clusterctl/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Users can customize the list of available providers using the `clusterctl` confi
providers:
# add a custom provider
- name: "my-infra-provider"
url: "https://github.com/myorg/myrepo/releases/latest/infrastructure_components.yaml"
url: "https://github.com/myorg/myrepo/releases/latest/infrastructure-components.yaml"
type: "InfrastructureProvider"
# override a pre-defined provider
- name: "cluster-api"
url: "https://github.com/myorg/myforkofclusterapi/releases/latest/core_components.yaml"
url: "https://github.com/myorg/myforkofclusterapi/releases/latest/core-components.yaml"
type: "CoreProvider"
```
Expand Down

0 comments on commit 6750716

Please sign in to comment.