Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document init containers and migrations #1056

Open
sobolevn opened this issue Feb 27, 2020 · 0 comments
Open

Document init containers and migrations #1056

sobolevn opened this issue Feb 27, 2020 · 0 comments

Comments

@sobolevn
Copy link
Member

sobolevn commented Feb 27, 2020

That's how we run migrate and similar scripts in real-life:

initContainers:
  - args:
      - ...
    command:
      - ...
    envFrom:
      - configMapRef:
        name: django-env-map
    image:
    imagePullPolicy: Always
    name: django_bundle
    volumeMounts:
      - mountPath: /var/www/django
        name: ...
      - mountPath: /code/locale
        name: ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant