Fixed some typos in docs

This commit is contained in:
Max Pfeiffer
2026-01-14 17:50:14 +01:00
parent 97c3e24fe4
commit 2e26e580e5

View File

@@ -48,7 +48,7 @@ First step is to provision the Proxmox part: create a `configuration.auto.tfvars
edit it so it suits your needs:
```shell
$ cd proxmox
$ cope configuration.auto.tfvars.example configuration.auto.tfvars
$ cp configuration.auto.tfvars.example configuration.auto.tfvars
$ vim configuration.auto.tfvars
```
Then apply the configuration using OpenTofu:
@@ -106,7 +106,7 @@ For doing a **GitOps quick start** you can fork this repository and point the `a
Create a `configuration.auto.tfvars` like so and edit it to your liking:
```shell
$ cd kubernetes
$ cope configuration.auto.tfvars.example configuration.auto.tfvars
$ cp configuration.auto.tfvars.example configuration.auto.tfvars
$ vim configuration.auto.tfvars
```
Then do the provisioning with OpenTofu:
@@ -126,7 +126,7 @@ Proxmox part:
* make version upgrades possible for Kubernetes Nodes with OpenTofu
GitOps part:
* add storage options i.e. Ceph, local
* add more storage options i.e. Ceph, local
* add Keycloak operator and Keycloak instance for SSO
* add Prometheus/Grafana for monitoring
* add Alloy/Loki for logging