chore: turn off talisman for ephemeral environments in ci (#24627)

(cherry picked from commit 1a9724582f)
This commit is contained in:
Elizabeth Thompson
2023-07-19 14:22:32 -07:00
committed by Michael S. Molina
parent 91919569ba
commit 1625fe4104

View File

@@ -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": [],