Skip to content

Commit

Permalink
Update manual sync kubernetes yml template. (#59)
Browse files Browse the repository at this point in the history
* update comments on backfill scripts to give context of what previous scripts where used for

* adding comments for context on old scripts

* update backfill script in ruby

* update env variables to use Rails.app.credentials. attempt at cron job kubernetes template

* Update cron_sync.yml

* Update user_group_membership_classification_backfill.py

* update panoptes_membership_client.rb to create insert query using array.new vs times.map per hound

* adding a more descriptive comment insert query

* add manual sync

* Update .github/workflows/manual_corp_user_group_sync.yml

Co-authored-by: Zach Wolfenbarger <[email protected]>

* Update .github/workflows/manual_corp_user_group_sync.yml

Co-authored-by: Zach Wolfenbarger <[email protected]>

* Update .github/workflows/manual_corp_user_group_sync.yml

Co-authored-by: Zach Wolfenbarger <[email protected]>

* Update .github/workflows/manual_corp_user_group_sync.yml

Co-authored-by: Zach Wolfenbarger <[email protected]>

* Update .github/workflows/manual_corp_user_group_sync.yml

Co-authored-by: Zach Wolfenbarger <[email protected]>

* Update manual_corp_user_group_sync.yml

---------

Co-authored-by: Zach Wolfenbarger <[email protected]>
  • Loading branch information
yuenmichelle1 and zwolf authored Apr 19, 2024
1 parent b6c39e2 commit d126704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/manual_corp_user_group_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ spec:
key: rails-master-key
command: ['ruby', './scripts/user_group_membership_classification_backfill.rb']
restartPolicy: Never
backoffLimit: 2
backoffLimit: 2

0 comments on commit d126704

Please sign in to comment.