We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163f7bb commit 5429417Copy full SHA for 5429417
1 file changed
docs/deployment.md
@@ -140,9 +140,15 @@ Example cloud configuration:
140
141
```yaml
142
# cloud.yaml
143
-projectId: your-project-id
144
-networkId: your-network-id
145
-region: eu01
+global:
+ projectId: your-project-id
+ 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
152
```
153
154
### Parameters
0 commit comments