From a964c423539d0c5978dba1a662554b6d1299f88e Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 28 Mar 2023 23:44:26 +0200 Subject: [PATCH] Fix indent --- customers/base/nextcloud-deployment.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/customers/base/nextcloud-deployment.yml b/customers/base/nextcloud-deployment.yml index dd983a9..dd4d2c4 100644 --- a/customers/base/nextcloud-deployment.yml +++ b/customers/base/nextcloud-deployment.yml @@ -146,10 +146,10 @@ spec: - name: SITE_NAME value: "customer.drive.test.sunet.se" command: ["/bin/sh", "-c", "/usr/bin/j2 -f env -o /var/www/html/config/config.php /tmp/config.php.template"] - volumes: - - name: nextcloud-config-template - configMap: - name: nextcloud-configmap - items: - - key: "config.php" - path: "config.php" + volumes: + - name: nextcloud-config-template + configMap: + name: nextcloud-configmap + items: + - key: "config.php" + path: "config.php"