Skip to content

Instantly share code, notes, and snippets.

@plutov
Created February 18, 2019 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plutov/029d31b817c3c8c866d1967367acbd62 to your computer and use it in GitHub Desktop.
Save plutov/029d31b817c3c8c866d1967367acbd62 to your computer and use it in GitHub Desktop.
init.yaml
initContainers:
- name: migrations
image: migrate/migrate:latest
command: ['/migrate']
args: ['-source', 'gcs://bucket/migrations', '-database', 'mongodb://mongo-0.mongo.default.svc.cluster.local:27017/db', 'up']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment