diff --git a/provisioning/couchdb-statefulset.yaml b/provisioning/couchdb-statefulset.yaml
index af3cce6b727fd1d9a47fe443b3d72d8e0c80dd92..c1bd75e57494515619ee50b41d704b93c4ca7793 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: