We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46dc43a + ea99b73 commit 6750716Copy full SHA for 6750716
docs/book/src/clusterctl/configuration.md
@@ -23,11 +23,11 @@ Users can customize the list of available providers using the `clusterctl` confi
23
providers:
24
# add a custom provider
25
- name: "my-infra-provider"
26
- url: "https://github.com/myorg/myrepo/releases/latest/infrastructure_components.yaml"
+ url: "https://github.com/myorg/myrepo/releases/latest/infrastructure-components.yaml"
27
type: "InfrastructureProvider"
28
# override a pre-defined provider
29
- name: "cluster-api"
30
- url: "https://github.com/myorg/myforkofclusterapi/releases/latest/core_components.yaml"
+ url: "https://github.com/myorg/myforkofclusterapi/releases/latest/core-components.yaml"
31
type: "CoreProvider"
32
```
33
0 commit comments