From a68292f6d9cbb0ab15b2ae4c101f9eccc2939569 Mon Sep 17 00:00:00 2001
From: Dobromir Palushev <dobromir@peaksandpies.com>
Date: Sat, 3 Sep 2022 00:11:45 +0200
Subject: [PATCH] deployment indentation fix

---
 k8s-manifests/deployment.yaml.tmpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/k8s-manifests/deployment.yaml.tmpl b/k8s-manifests/deployment.yaml.tmpl
index 1afcb90..bb52499 100644
--- a/k8s-manifests/deployment.yaml.tmpl
+++ b/k8s-manifests/deployment.yaml.tmpl
@@ -27,6 +27,6 @@ spec:
         # env for mongodb username and pass?
         envFrom:
         - configMapRef:
-          name: todo-app-config
+            name: todo-app-config
         - secretRef:
-          name: todo-app-secrets
+            name: todo-app-secrets
-- 
GitLab