Skip to content

Commit 607beda

Browse files
stackit-skehown3d
andauthored
docs: fix config (#683)
Signed-off-by: Lukas Hoehl <lukas.hoehl@stackit.cloud> Co-authored-by: Lukas Hoehl <lukas.hoehl@stackit.cloud>
1 parent 31c8e72 commit 607beda

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/deployment.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,15 @@ Example cloud configuration:
140140

141141
```yaml
142142
# cloud.yaml
143-
projectId: your-project-id
144-
networkId: your-network-id
145-
region: eu01
143+
global:
144+
projectId: your-project-id
145+
region: eu01
146+
loadBalancer:
147+
networkId: your-network-id
148+
```
149+
150+
```bash
151+
kubectl create configmap -n kube-system stackit-cloud-secret --from-files=cloud.yaml
146152
```
147153

148154
### Parameters

0 commit comments

Comments
 (0)