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

View File

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