diff options
author | RHE <rebirthmonkey@gmail.com> | 2017-12-27 09:58:36 +0100 |
---|---|---|
committer | Thomas Duval <thomas.duval@orange.com> | 2017-12-27 13:53:35 +0100 |
commit | 30dfb6af2e2cd2cbc1632031202f48c1ef6a876f (patch) | |
tree | 41d5dea2f0caace22b34b4c87fb1995eaf5c14b1 /tools/moon_kubernetes/templates | |
parent | 6ca8af03c997444eaeda788b1e5a341a4cd8e8e5 (diff) |
moon_forming for policy templates
Change-Id: I8f19a9c4d791d509a6c0349424252ea24c56ab6b
Signed-off-by: RHE <rebirthmonkey@gmail.com>
Diffstat (limited to 'tools/moon_kubernetes/templates')
-rw-r--r-- | tools/moon_kubernetes/templates/moon_forming.yaml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tools/moon_kubernetes/templates/moon_forming.yaml b/tools/moon_kubernetes/templates/moon_forming.yaml index efcc51d8..334ee175 100644 --- a/tools/moon_kubernetes/templates/moon_forming.yaml +++ b/tools/moon_kubernetes/templates/moon_forming.yaml @@ -10,22 +10,21 @@ spec: spec: containers: - name: forming - image: wukongsun/moon_forming:v1.3 + image: wukongsun/moon_forming:latest env: - name: POPULATE_ARGS value: "--verbose" # debug mode: --debug volumeMounts: - name: config-volume mountPath: /etc/moon - - name: test-volume + - name: templates-volume mountPath: /data volumes: - name: config-volume configMap: name: moon-config - - name: test-volume - hostPath: - path: tests/functional/scenario_enabled - type: Directory + - name: templates-volume + configMap: + name: moon-policy-templates restartPolicy: Never #backoffLimit: 4
\ No newline at end of file |