aboutsummaryrefslogtreecommitdiffstats
path: root/fedora.yaml
blob: e38c607934aea69aa6485a35efd323dd04ea69e5 (plain)
1
2
3
4
5
6
7
8
9
apiVersion: v1
kind: Pod
spec:
  containers:
  - name: fedora
    image: fedora
    imagePullPolicy: Always
    tty: true
    command: [ "cat" ]