Skip to content

Commit

Permalink
fix job template
Browse files Browse the repository at this point in the history
  • Loading branch information
kkb0318 committed Jun 2, 2024
1 parent 063e6e5 commit 0752807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion validation/job-amd.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
template:
spec:
serviceAccountName: s3-echoer
serviceAccountName: irsa1-sa
containers:
- name: main
image: amazonlinux:2018.03
Expand Down
2 changes: 1 addition & 1 deletion validation/job-arm.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
template:
spec:
serviceAccountName: s3-echoer
serviceAccountName: irsa1-sa
containers:
- name: main
image: amazonlinux:2023
Expand Down

0 comments on commit 0752807

Please sign in to comment.