From 7975d46258504bb9892fb9c070232a0470289064 Mon Sep 17 00:00:00 2001
From: Samuel Galson <samgalson@gmail.com>
Date: Fri, 16 Mar 2018 16:03:27 +0000
Subject: [PATCH] fix(resources): whitespace

---
 provisioning/couchdb-statefulset.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/provisioning/couchdb-statefulset.yaml b/provisioning/couchdb-statefulset.yaml
index af3cce6..c1bd75e 100644
--- a/provisioning/couchdb-statefulset.yaml
+++ b/provisioning/couchdb-statefulset.yaml
@@ -58,9 +58,9 @@ spec:
         volumeMounts:
         - name: couchdb
           mountPath: /var/lib/couchdb
-				resources:
+        resources:
           limits:
-						cpu: 500m
+            cpu: 500m
           requests:
             cpu: 30m
       volumes:
-- 
GitLab