update sts endpoint and role key
This commit is contained in:
11
test-pod.yaml
Normal file
11
test-pod.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
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"]
|
||||
Reference in New Issue
Block a user