mirror of
https://github.com/apache/superset.git
synced 2026-04-17 23:25:05 +00:00
chore: turn off talisman for ephemeral environments in ci (#24627)
This commit is contained in:
committed by
GitHub
parent
5878c117f2
commit
1a9724582f
8
.github/workflows/ecs-task-definition.json
vendored
8
.github/workflows/ecs-task-definition.json
vendored
@@ -25,8 +25,12 @@
|
||||
"value": "8080"
|
||||
},
|
||||
{
|
||||
"name": "SUPERSET_SECRET_KEY",
|
||||
"value": "super-secret-for-ephemerals"
|
||||
"name": "SUPERSET_SECRET_KEY",
|
||||
"value": "super-secret-for-ephemerals"
|
||||
},
|
||||
{
|
||||
"name": "TALISMAN_ENABLED",
|
||||
"value": "False"
|
||||
}
|
||||
],
|
||||
"mountPoints": [],
|
||||
|
||||
Reference in New Issue
Block a user