Skip to content

Instantly share code, notes, and snippets.

@jjtroberts
Created October 12, 2022 20:25
Show Gist options
  • Save jjtroberts/936263fd265a1453f2bec21c898082ea to your computer and use it in GitHub Desktop.
Save jjtroberts/936263fd265a1453f2bec21c898082ea to your computer and use it in GitHub Desktop.
Kubernetes Drupal Cron
# 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