From 3ebc750341202dad32d2c132bdad4cda7538f296 Mon Sep 17 00:00:00 2001 From: Ovidio Mallo Date: Tue, 6 Dec 2016 22:02:49 +0100 Subject: [PATCH] Disable automatic deployment --- deployment/config/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/config/app.yaml b/deployment/config/app.yaml index 6c464f0..d70f3de 100644 --- a/deployment/config/app.yaml +++ b/deployment/config/app.yaml @@ -28,7 +28,7 @@ objects: triggers: - type: ImageChange imageChangeParams: - automatic: true + automatic: false containerNames: - ${APP} from: