mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
273a6ba853
* Use structured logging for all parts of the test * Fix malicious-join image build action --------- Signed-off-by: Daniel Weiße <dw@edgeless.systems>
13 lines
230 B
YAML
13 lines
230 B
YAML
apiVersion: batch/v1
|
|
kind: Job
|
|
metadata:
|
|
name: malicious-join
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: malicious-join
|
|
image: placeholder
|
|
restartPolicy: Never
|
|
backoffLimit: 0 # Do not retry
|