Skip to content

Commit

Permalink
update cron yml to properly pull config
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 committed Apr 19, 2024
1 parent fe8cdad commit 47c6cac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kubernetes/corp_user_groups_cron_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ spec:
secretKeyRef:
name: eras-production
key: rails-master-key
command: ['ruby', './scripts/user_group_membership_classification_backfill.rb']
command:
- /bin/sh
- -c
- cd scripts; ruby user_group_membership_classification_backfill.rb
restartPolicy: Never
backoffLimit: 2

0 comments on commit 47c6cac

Please sign in to comment.