fix(ephemerals): Quick fix for ephemeral spin-up (#23857)

This commit is contained in:
Craig Rueda 2023-04-27 14:51:53 -07:00 committed by GitHub
parent 0bf8907f2f
commit 33bb27bc0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@
{
"name": "SUPERSET_PORT",
"value": "8080"
},
{
"name": "SUPERSET_SECRET_KEY",
"value": "super-secret-for-ephemerals"
}
],
"mountPoints": [],