From: Thomas Duval Date: Wed, 22 Nov 2017 10:28:41 +0000 (+0100) Subject: Add an argument to control the verbose or debug mode and update to the container... X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=6b71cda918d8ed792911f837bf4cff966125cdfb;p=moon.git Add an argument to control the verbose or debug mode and update to the container v1.2 Change-Id: I4f85dbd6cde4e8eb9b39f0fd13cddb0d33da8a76 --- 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