From 6b71cda918d8ed792911f837bf4cff966125cdfb Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Wed, 22 Nov 2017 11:28:41 +0100 Subject: Add an argument to control the verbose or debug mode and update to the container v1.2 Change-Id: I4f85dbd6cde4e8eb9b39f0fd13cddb0d33da8a76 --- moonv4/kubernetes/templates/moon_configuration.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'moonv4') diff --git a/moonv4/kubernetes/templates/moon_configuration.yaml b/moonv4/kubernetes/templates/moon_configuration.yaml index f3816932..14234cc1 100644 --- a/moonv4/kubernetes/templates/moon_configuration.yaml +++ b/moonv4/kubernetes/templates/moon_configuration.yaml @@ -10,8 +10,10 @@ spec: spec: containers: - name: moonforming - image: asteroide/moonforming:v1.1 - imagePullPolicy: Always + image: asteroide/moonforming:v1.2 + env: + - name: POPULATE_ARGS + value: "--verbose" # debug mode: --debug volumeMounts: - name: config-volume mountPath: /etc/moon -- cgit 1.2.3-korg