Skip to content

Commit dc6d05c

Browse files
authored
docs(robot): fix typo (#643)
Correct the name of the environment variable in the robot docs.
1 parent a7c3d5c commit dc6d05c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/robot.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The service controller watches Services with `type: LoadBalancer` and creates Cl
6969

7070
#### Routes & Private Networks
7171

72-
Adding support for Routing Pod CIDRs through the (Cloud) Networks and (Robot) vSwitches is not currently supported. You will need to use your own CNI for this.
72+
Adding support for Routing Pod CIDRs through the (Cloud) Networks and (Robot) vSwitches is not currently supported. You will need to use your own CNI for this.
7373

7474
> If you are interested in this, we are looking for contributors to help design & implement this.
7575
@@ -104,7 +104,7 @@ stringData:
104104
105105
If you only plan to use a single Robot server, you can also use an "Admin login" (see the `Admin login` tab on the [server administration page](https://robot.hetzner.com/server)) for this server instead of the account credentials.
106106

107-
Then you can enable the Robot Support through the environment variable `ROBOT_ENABLE=true` or the Helm Chart value `robot.enabled: true`.
107+
Then you can enable the Robot Support through the environment variable `ROBOT_ENABLED=true` or the Helm Chart value `robot.enabled: true`.
108108

109109
You will also need to [disable Network support](#routes--private-networks) through the Helm Chart value `network.enabled: false`. If you use plain Kubernetes manifests, make sure you use the `ccm.yaml` and not the `ccm-network.yaml`.
110110

@@ -121,7 +121,7 @@ The secret is called `hcloud` in hcloud-cloud-controller-manager, while it was c
121121

122122
#### Enable Robot Support
123123

124-
It is now required to explicitly enable support for Robot features. This is done by setting the environment variable `ROBOT_ENABLE=true` on the container, or by setting the value `robot.enabled: true` in the Helm Chart.
124+
It is now required to explicitly enable support for Robot features. This is done by setting the environment variable `ROBOT_ENABLED=true` on the container, or by setting the value `robot.enabled: true` in the Helm Chart.
125125

126126
### Feature & behaviour changes
127127

0 commit comments

Comments
 (0)