update sts endpoint and role key

This commit is contained in:
2026-01-10 15:42:21 -05:00
parent d5879b1513
commit 587737aa42
9 changed files with 36 additions and 14 deletions

11
test-pod.yaml Normal file
View 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"]