Skip to content

Commit

Permalink
Fix wts-oidc-job ttlSecondsAfterFinished
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed Nov 29, 2023
1 parent c8db5e0 commit 068e0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/wts/templates/wts-oidc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ kind: Job
metadata:
name: wts-oidc-job
spec:
ttlSecondsAfterFinished: 100
template:
metadata:
labels:
app: gen3job
spec:
ttlSecondsAfterFinished: 100
restartPolicy: OnFailure
serviceAccountName: wts-secrets
volumes:
Expand Down

0 comments on commit 068e0c9

Please sign in to comment.