mirror of
https://github.com/apache/superset.git
synced 2026-05-08 01:15:46 +00:00
chore: turn off talisman for ephemeral environments in ci (#24627)
(cherry picked from commit 1a9724582f)
This commit is contained in:
committed by
Michael S. Molina
parent
91919569ba
commit
1625fe4104
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