Skip to content

Commit

Permalink
Update job.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Sep 23, 2024
1 parent 55dd9ea commit 4db3ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/refresh-s3/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ spec:
- ALL
seccompProfile:
type: RuntimeDefault
serviceAccount: hmpps-migration-{{ $.Values.destinationEnvironment }}
serviceAccountName: hmpps-migration-{{ $.Values.destinationEnvironment }}
serviceAccount: hmpps-migration-{{ $.Values.sourceEnvironment }}
serviceAccountName: hmpps-migration-{{ $.Values.sourceEnvironment }}
restartPolicy: OnFailure
volumes:
- name: refresh-s3-script
Expand Down

0 comments on commit 4db3ee6

Please sign in to comment.