From 2e26e580e54b0de2a47a9ceb754a8ce263bb3c57 Mon Sep 17 00:00:00 2001 From: Max Pfeiffer Date: Wed, 14 Jan 2026 17:50:14 +0100 Subject: [PATCH] Fixed some typos in docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f0930d..36442b5 100644 --- a/README.md +++ b/README.md @@ -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