Created
October 12, 2022 20:25
-
-
Save jjtroberts/936263fd265a1453f2bec21c898082ea to your computer and use it in GitHub Desktop.
Kubernetes Drupal Cron
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# You can obtain the cron_key: | |
`drush vget cron_key --exact` | |
# or | |
`kubectl exec <pod-id> -c <container> -- bash -c 'drush vget cron_key --exact' | |
# Then use that in the cron deployment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment