Merge pull request #13 from max-pfeiffer/bugfix/typos-in-docs

Fixed some typos in docs
This commit is contained in:
Max Pfeiffer
2026-01-14 17:51:25 +01:00
committed by GitHub

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: edit it so it suits your needs:
```shell ```shell
$ cd proxmox $ cd proxmox
$ cope configuration.auto.tfvars.example configuration.auto.tfvars $ cp configuration.auto.tfvars.example configuration.auto.tfvars
$ vim configuration.auto.tfvars $ vim configuration.auto.tfvars
``` ```
Then apply the configuration using OpenTofu: 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: Create a `configuration.auto.tfvars` like so and edit it to your liking:
```shell ```shell
$ cd kubernetes $ cd kubernetes
$ cope configuration.auto.tfvars.example configuration.auto.tfvars $ cp configuration.auto.tfvars.example configuration.auto.tfvars
$ vim configuration.auto.tfvars $ vim configuration.auto.tfvars
``` ```
Then do the provisioning with OpenTofu: Then do the provisioning with OpenTofu:
@@ -126,7 +126,7 @@ Proxmox part:
* make version upgrades possible for Kubernetes Nodes with OpenTofu * make version upgrades possible for Kubernetes Nodes with OpenTofu
GitOps part: 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 Keycloak operator and Keycloak instance for SSO
* add Prometheus/Grafana for monitoring * add Prometheus/Grafana for monitoring
* add Alloy/Loki for logging * add Alloy/Loki for logging