aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4
diff options
context:
space:
mode:
authorThomas Duval <thomas.duval@orange.com>2017-11-22 11:28:41 +0100
committerThomas Duval <thomas.duval@orange.com>2017-11-22 11:28:41 +0100
commit6b71cda918d8ed792911f837bf4cff966125cdfb (patch)
tree879df9f420c0deac56d2b1fe6709359ea316fd8c /moonv4
parentdcf2ce1b8cd039b3a13e7c70ef94ce968ffc4de0 (diff)
Add an argument to control the verbose or debug mode and update to the container v1.2
Change-Id: I4f85dbd6cde4e8eb9b39f0fd13cddb0d33da8a76
Diffstat (limited to 'moonv4')
-rw-r--r--moonv4/kubernetes/templates/moon_configuration.yaml6
1 files changed, 4 insertions, 2 deletions
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