11 lines
200 B
YAML
11 lines
200 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Pod
|
||
|
|
metadata:
|
||
|
|
name: irsa-test-pod
|
||
|
|
namespace: default
|
||
|
|
spec:
|
||
|
|
serviceAccountName: test-sa
|
||
|
|
containers:
|
||
|
|
- name: test
|
||
|
|
image: python:3.9-slim
|
||
|
|
command: ["sleep", "3600"]
|