Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(NoCode): Add datahub-upgrade job to helm chart and set version to v0.8.1 #2643

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change comments
  • Loading branch information
Dexter Lee committed Jun 4, 2021
commit e57b085631c9d8361ca385f13d05f84103927647
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{{- if .Values.datahubUpgrade.enabled -}}
# Job template for running datahub cleanup
# Creates a suspended cronJob that you can use to create an adhoc job when ready to run clean up.
# Run the following command to do so
# kubectl create job --from=cronjob/<<release-name>>-datahub-cleanup-job-template datahub-cleanup-job
{{- if .Values.datahubUpgrade.enabled -}}
apiVersion: batch/v1beta1
kind: CronJob
metadata:
Expand Down