Skip to content

Commit

Permalink
Auto remove migrate job when finished
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Oct 13, 2021
1 parent a2225d0 commit 4b2c1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/kustomize/base/migrate-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Job
metadata:
name: fluentdemo-migrate
spec:
ttlSecondsAfterFinished: 600
template:
metadata:
labels:
Expand All @@ -11,7 +12,6 @@ spec:
sentry-client: "true"
smtp-client: "true"
spec:
# alpha: ttlSecondsAfterFinished: 600
restartPolicy: OnFailure
containers:
- name: migrate
Expand Down

0 comments on commit 4b2c1fa

Please sign in to comment.