diff options
author | Thomas Duval <thomas.duval@orange.com> | 2017-11-22 11:28:41 +0100 |
---|---|---|
committer | Thomas Duval <thomas.duval@orange.com> | 2017-11-22 11:28:41 +0100 |
commit | 6b71cda918d8ed792911f837bf4cff966125cdfb (patch) | |
tree | 879df9f420c0deac56d2b1fe6709359ea316fd8c /moonv4/kubernetes | |
parent | dcf2ce1b8cd039b3a13e7c70ef94ce968ffc4de0 (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/kubernetes')
-rw-r--r-- | moonv4/kubernetes/templates/moon_configuration.yaml | 6 |
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 |