Skip to content

Commit 8343fb7

Browse files
Undocumented variable metal_control_plane_host_provider (#507)
1 parent a3ef5c5 commit 8343fb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

control-plane/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Contains roles for deploying the metal-control-plane.
1616

1717
## Variables
1818

19-
The `control-plane-defaults` folder contains defaults that are used by multiple roles in the control-plane directory. You can look up all the default values [here](control-plane-defaults/main.yaml).
19+
The `defaults` folder contains defaults that are used by multiple roles in the control-plane directory. You can look up all [the default values](roles/defaults/defaults/main.yamlrol-plane-defaults/main.yaml).
2020

2121
| Name | Mandatory | Description |
2222
| ------------------------------------- | --------- | --------------------------------------------------------------------------------------------------- |
@@ -25,6 +25,7 @@ The `control-plane-defaults` folder contains defaults that are used by multiple
2525
| metal_control_plane_stage_name | | The name of the current stage, can be used for prefixing |
2626
| metal_control_plane_namespace | | The target namespace of all deployed kubernetes resources of the metal-control-plane |
2727
| metal_control_plane_image_pull_policy | | Global value for an ImagePullPolicy that will be used for Kubernetes entities |
28+
| metal_control_plane_host_provider | | The control-planes hosting provider, one of `metal` or `gcp`. Required for gardener deployment. |
2829

2930
## Roles
3031

0 commit comments

Comments
 (0)