diff options
Diffstat (limited to 'tools/moon_kubernetes/templates/moon_functest.yaml')
-rw-r--r-- | tools/moon_kubernetes/templates/moon_functest.yaml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/tools/moon_kubernetes/templates/moon_functest.yaml b/tools/moon_kubernetes/templates/moon_functest.yaml deleted file mode 100644 index e876849e..00000000 --- a/tools/moon_kubernetes/templates/moon_functest.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: batch/v1 -kind: Job -metadata: - name: functest - namespace: moon -spec: - template: - metadata: - name: functest - spec: - containers: - - name: functest - image: moonplatform/moon_python_func_test:latest - volumeMounts: - - name: config-volume - mountPath: /etc/moon - - name: tests-volume - mountPath: /data - volumes: - - name: config-volume - configMap: - name: moon-config - - name: tests-volume - hostPath: - path: "{{PATH}}" - restartPolicy: Never - #backoffLimit: 4 |