Add an argument to control the verbose or debug mode and update to the container... 49/47649/1
authorThomas Duval <thomas.duval@orange.com>
Wed, 22 Nov 2017 10:28:41 +0000 (11:28 +0100)
committerThomas Duval <thomas.duval@orange.com>
Wed, 22 Nov 2017 10:28:41 +0000 (11:28 +0100)
Change-Id: I4f85dbd6cde4e8eb9b39f0fd13cddb0d33da8a76

moonv4/kubernetes/templates/moon_configuration.yaml

index f381693..14234cc 100644 (file)
@@ -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