mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-08-25 09:27:36 +00:00
* Functional Tests porting to kubernetes Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
16 lines
244 B
YAML
16 lines
244 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: container
|
|
labels:
|
|
scenario: container
|
|
spec:
|
|
hostNetwork: true
|
|
containers:
|
|
- name: fedtools
|
|
image: docker.io/fedora/tools
|
|
command:
|
|
- /bin/sh
|
|
- -c
|
|
- |
|
|
sleep infinity |