diff options
author | Ruan HE <ruan.he@orange.com> | 2017-12-27 12:55:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-27 12:55:12 +0000 |
commit | 1ae589007f72d648f03745983633b5453cae0592 (patch) | |
tree | 9949f60696db589b9ef1ac480cd2eb196d9d5299 /tools/moon_kubernetes/templates/moon_forming.yaml | |
parent | a7d5b9a4b29e3b3d18b3a63bd32b28c1008ec48e (diff) | |
parent | 30dfb6af2e2cd2cbc1632031202f48c1ef6a876f (diff) |
Merge "moon_forming for policy templates"
Diffstat (limited to 'tools/moon_kubernetes/templates/moon_forming.yaml')
-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 |