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 a64a0a6 commit a23fb87Copy full SHA for a23fb87
stacks/end-to-end-security/superset.yaml
@@ -47,7 +47,7 @@ spec:
47
- -c
48
- |
49
if psql --host postgresql-superset --user postgres --csv -c "SELECT datname FROM pg_database where datname = 'superset' limit 1" | grep -q superset; then
50
- # The flask app will do any necesary migrations.
+ # The flask app will do any necessary migrations.
51
echo "Skip restoring the DB as it already exists"
52
exit 0
53
fi
0 commit comments