From 8f1a5daa451f8ec1d5864a3d2e7f3deae039c382 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 15 Oct 2021 10:55:00 +0200 Subject: [PATCH] fixed typo in SetupOnHetzner.md --- doc/SetupOnHetzner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/SetupOnHetzner.md b/doc/SetupOnHetzner.md index 7ce48cc..9872457 100644 --- a/doc/SetupOnHetzner.md +++ b/doc/SetupOnHetzner.md @@ -68,7 +68,7 @@ with the following config.edn: ``` {:fqdn "the-fqdn-from aws_route53_record.v4_neu" - :cloud-data-volume-path "/var/cloud" ;; Volume was configured at dda-k8s-crate, results in a PersistentVolume definition. + :nextcloud-data-volume-path "/var/cloud" ;; Volume was configured at dda-k8s-crate, results in a PersistentVolume definition. :postgres-data-volume-path "/var/postgres" ;; Volume was configured at dda-k8s-crate, results in a PersistentVolume definition. :restic-repository "s3:s3.amazonaws.com/your-bucket/your-folder"} ```