asuc-octo / berkeleytime

UC Berkeley enrollment info
https://berkeleytime.com
MIT License
56 stars 9 forks source link

Nightly Mongo Dev Updater #748

Open klhftco opened 1 week ago

klhftco commented 1 week ago

Triggers nightly dumping of MongoDB from staging to development release.

Not sure if need to specify environment

{{ if eq .Values.env "dev" }}
# only run cleanup job in dev environment
...
{{ end }}

Manual triggering: kubectl create job --from=cronjob/mongo-reset <job_name> Created Github Action for manual triggering.

klhftco commented 17 hours ago

@maxmwang does this look ok~