templates.integration-test.it.values.pipeline.yaml.vm Maven / Gradle / Ivy
#set ($index = $artifactId.indexOf('-tests'))
#set ($parentArtifactId = $artifactId.substring(0, $index))
deployment:
command: '[ "java" ]'
args: '[ "-jar", "${parentArtifactId}-tests-docker.jar" ]'
initContainers:
- name: wait-for-spark-operator
image: busybox:latest
command: [ "/bin/sh","-c" ]
args: [ "until nc -vz spark-operator-webhook-svc.default 443; do sleep 5; echo 'waiting for spark operator...'; done" ]
- name: wait-for-spark-thrift-service
image: busybox:latest
command: [ "/bin/sh","-c" ]
args: [ "until nc -vz thrift-server.default 10001; do sleep 5; echo 'waiting for spark thrift service...'; done" ]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy