We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f1204 commit d9425a8Copy full SHA for d9425a8
templates/hooks/database_pre_upgrade.yaml
@@ -56,7 +56,7 @@ spec:
56
- secretRef:
57
name: db-migrations-secret
58
# The actual migrations command
59
- command: ["sh","-c", "cd shared; export PYTHONPATH=/app; pip install sqlalchemy-utils==0.36.6;python /app/play_and_scripts/scripts/create_database.py; ; alembic upgrade head"]
+ command: ["sh","-c", "cd shared; export PYTHONPATH=/app; pip install sqlalchemy-utils==0.36.6;python /app/play_and_scripts/scripts/create_database.py; alembic upgrade head"]
60
61
{{ if .Values.nodeGroupLabel }}
62
nodeSelector:
0 commit comments