From 5c8ce9e3f5e83c2bbdc355d49e5d82846fd8941b Mon Sep 17 00:00:00 2001 From: Ovidio Mallo Date: Thu, 15 Dec 2016 18:12:50 +0100 Subject: [PATCH] buh --- deployment/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/config.yaml b/deployment/config.yaml index ec9fc9d..a108f59 100644 --- a/deployment/config.yaml +++ b/deployment/config.yaml @@ -2,7 +2,7 @@ dev: build: frontend: templates: - - manifest: manifests/build.yaml + - manifest: deployment/manifests/build.yaml deployment: frontend: delete: @@ -17,7 +17,7 @@ test: deployment: frontend: templates: - - manifest: manifests/app.yaml + - manifest: deployment/manifests/app.yaml parameters: ENV: test REPLICAS: 2